Bug 24731 - Wrongly reporting union members order change
[platform/upstream/libabigail.git] / tests / data / test-diff-filter / test-PR24731-report-1.txt
1 Functions changes summary: 0 Removed, 1 Changed, 0 Added function
2 Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
3
4 1 function with some indirect sub-type change:
5
6   [C]'function void test_func(u)' at test-PR24731-v1.c:3:1 has some indirect sub-type changes:
7     parameter 1 of type 'union u' has sub-type changes:
8       type size hasn't changed
9       type changed from:
10         union u{int a; char c; short int s;}
11       to:
12         union u{int a; short int s; char c;}
13