xref: /third_party/libabigail/tests/data/test-abicompat/test9-fn-changed-v1.cc
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/libabigail/tests/data/test-abicompat/
1e01aa904Sopenharmony_ci// Compile this with:
2e01aa904Sopenharmony_ci//
3e01aa904Sopenharmony_ci// gcc -g -Wall -shared -o libtest9-fn-changed-v1.so test9-fn-changed-v1.cc
4e01aa904Sopenharmony_ci//
5e01aa904Sopenharmony_ci#include "test9-fn-changed-v1.h"
6e01aa904Sopenharmony_ci
7e01aa904Sopenharmony_ciint
8e01aa904Sopenharmony_cifoo(S& s)
9e01aa904Sopenharmony_ci{return s.m0 + s.m1;}
10

Indexes created Thu Nov 07 10:32:03 CST 2024