xref: /third_party/libabigail/tests/data/test-abicompat/test3-fn-removed-app.cc (revision e01aa904)
  • 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//  g++ -Wall -g -L. -ltest3-fn-removed-v0 -o test3-fn-removed-app test3-fn-removed-app.cc
3e01aa904Sopenharmony_ci
4e01aa904Sopenharmony_ciextern int fun0();
5e01aa904Sopenharmony_ciextern void fun1();
6e01aa904Sopenharmony_ci
7e01aa904Sopenharmony_ciint
8e01aa904Sopenharmony_cimain()
9e01aa904Sopenharmony_ci{
10e01aa904Sopenharmony_ci  fun0();
11e01aa904Sopenharmony_ci  fun1();
12e01aa904Sopenharmony_ci}
13

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