xref: /third_party/libabigail/tests/data/test-abidiff-exit/test-net-change-v1.c (revision e01aa904)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/libabigail/tests/data/test-abidiff-exit/
1e01aa904Sopenharmony_cilong var_added = 0;
2e01aa904Sopenharmony_cilong fun_added() { return 0; }
3e01aa904Sopenharmony_ci
4e01aa904Sopenharmony_cilong var_changed = 0;
5e01aa904Sopenharmony_cilong fun_changed() { return 0; }
6e01aa904Sopenharmony_ci
7e01aa904Sopenharmony_cistruct type_added {
8e01aa904Sopenharmony_ci  long x;
9e01aa904Sopenharmony_ci};
10e01aa904Sopenharmony_cistruct type_changed {
11e01aa904Sopenharmony_ci  long x;
12e01aa904Sopenharmony_ci};
13e01aa904Sopenharmony_ci
14e01aa904Sopenharmony_civoid victim(struct type_changed * dummy) { (void)dummy->x; }
15

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