xref: /third_party/libabigail/tests/data/test-abicompat/test5-fn-changed-libapp-v1.cc
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/libabigail/tests/data/test-abicompat/
1e01aa904Sopenharmony_ci// To compile this type:
2e01aa904Sopenharmony_ci//   g++ -g -Wall -shared -o libtest5-fn-changed-libapp-v1.so test5-fn-changed-libapp-v1.cc
3e01aa904Sopenharmony_ci#include "test5-fn-changed-libapp-v1.h"
4e01aa904Sopenharmony_ci
5e01aa904Sopenharmony_ciS0::S0()
6e01aa904Sopenharmony_ci  : m0(), m1()
7e01aa904Sopenharmony_ci{}
8e01aa904Sopenharmony_ci
9e01aa904Sopenharmony_ciS1::S1()
10e01aa904Sopenharmony_ci  :m0()
11e01aa904Sopenharmony_ci{}
12e01aa904Sopenharmony_ci
13e01aa904Sopenharmony_civoid
14e01aa904Sopenharmony_cibar(S0*)
15e01aa904Sopenharmony_ci{}
16e01aa904Sopenharmony_ci
17e01aa904Sopenharmony_ciint
18e01aa904Sopenharmony_cifoo(S1*)
19e01aa904Sopenharmony_ci{return 0;}
20

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