xref: /third_party/libabigail/tests/data/test-abicompat/test2-var-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++ -fPIC -g -Wall -L. -ltest2-var-removed-v0 -o test2-var-removed-app
3e01aa904Sopenharmony_ci//  test2-var-removed-app.cc
4e01aa904Sopenharmony_ci
5e01aa904Sopenharmony_ciextern int global_var1;
6e01aa904Sopenharmony_ci
7e01aa904Sopenharmony_ciint
8e01aa904Sopenharmony_cimain()
9e01aa904Sopenharmony_ci{
10e01aa904Sopenharmony_ci  return global_var1;
11e01aa904Sopenharmony_ci}
12

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