xref: /third_party/libabigail/tests/data/test-diff-dwarf/test37-union-v0.cc
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/libabigail/tests/data/test-diff-dwarf/
1e01aa904Sopenharmony_ci// Compile this with:
2e01aa904Sopenharmony_ci//  g++ -g -Wall -shared -o libtest37-union-v0.so test37-union-v0.cc
3e01aa904Sopenharmony_ci
4e01aa904Sopenharmony_ciunion some_union_type
5e01aa904Sopenharmony_ci{
6e01aa904Sopenharmony_ci  int m0;
7e01aa904Sopenharmony_ci  char m1;
8e01aa904Sopenharmony_ci};
9e01aa904Sopenharmony_ci
10e01aa904Sopenharmony_civoid
11e01aa904Sopenharmony_cifoo(some_union_type*)
12e01aa904Sopenharmony_ci{
13e01aa904Sopenharmony_ci}
14

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