xref: /third_party/libabigail/tests/data/test-abicompat/test5-fn-changed-app.cc (revision e01aa904)
  • 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 -o test5-fn-changed-app -L. -ltest5-fn-changed-libapp-v0 test5-fn-changed-app.cc
3e01aa904Sopenharmony_ci
4e01aa904Sopenharmony_ci#include "test5-fn-changed-libapp-v0.h"
5e01aa904Sopenharmony_ci
6e01aa904Sopenharmony_ciint
7e01aa904Sopenharmony_cimain()
8e01aa904Sopenharmony_ci{
9e01aa904Sopenharmony_ci  S0 s0;
10e01aa904Sopenharmony_ci  bar(&s0);
11e01aa904Sopenharmony_ci
12e01aa904Sopenharmony_ci  S1 s1;
13e01aa904Sopenharmony_ci  return foo(&s1);
14e01aa904Sopenharmony_ci}
15

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