xref: /third_party/libabigail/tests/data/test-abidiff-exit/test-leaf-redundant-v0.c (revision e01aa904)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/libabigail/tests/data/test-abidiff-exit/
1e01aa904Sopenharmony_ci// See comments in -v1.c file.
2e01aa904Sopenharmony_cistruct sto1 {
3e01aa904Sopenharmony_ci  int x;
4e01aa904Sopenharmony_ci};
5e01aa904Sopenharmony_ci
6e01aa904Sopenharmony_cistruct sto2 {
7e01aa904Sopenharmony_ci  long x;
8e01aa904Sopenharmony_ci};
9e01aa904Sopenharmony_ci
10e01aa904Sopenharmony_civoid fn1(struct sto1 s) {
11e01aa904Sopenharmony_ci}
12e01aa904Sopenharmony_ci
13e01aa904Sopenharmony_civoid fn2(struct sto2 s) {
14e01aa904Sopenharmony_ci}
15e01aa904Sopenharmony_ci
16e01aa904Sopenharmony_civoid fn3(struct sto1* s) {
17e01aa904Sopenharmony_ci}
18e01aa904Sopenharmony_ci
19e01aa904Sopenharmony_civoid fn4(struct sto2* s) {
20e01aa904Sopenharmony_ci}
21

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