xref: /third_party/libabigail/tests/data/test-abicompat/test9-fn-changed-app.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 -L. -ltest9-fn-changed-v0 -o libtest9-fn-changed-app test9-fn-changed-app.cc
4e01aa904Sopenharmony_ci//
5e01aa904Sopenharmony_ci
6e01aa904Sopenharmony_ci#include "test9-fn-changed-v0.h"
7e01aa904Sopenharmony_ci
8e01aa904Sopenharmony_ciint
9e01aa904Sopenharmony_cimain()
10e01aa904Sopenharmony_ci{
11e01aa904Sopenharmony_ci  S s;
12e01aa904Sopenharmony_ci  return foo(s);
13e01aa904Sopenharmony_ci}
14

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