xref: /third_party/libabigail/tests/data/test-abicompat/test1-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 with:
2e01aa904Sopenharmony_ci// g++ -g -Wall -L. -ltest1-fn-removed-v0 -o test1-fn-removed-app test1-fn-removed-app.cc
3e01aa904Sopenharmony_ci
4e01aa904Sopenharmony_ciextern void fun1();
5e01aa904Sopenharmony_ciextern void fun2();
6e01aa904Sopenharmony_ci
7e01aa904Sopenharmony_ciint
8e01aa904Sopenharmony_cimain()
9e01aa904Sopenharmony_ci{
10e01aa904Sopenharmony_ci  fun1();
11e01aa904Sopenharmony_ci  fun2();
12e01aa904Sopenharmony_ci  return 0;
13e01aa904Sopenharmony_ci}
14

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