Bug 24731 - Wrongly reporting union members order change
[platform/upstream/libabigail.git] / tests / data / test-diff-filter / test-PR24731-v1.c
1  union u { int a; short s; char c; };
2
3  void test_func(union u var) {
4   (void) var;
5  }