Merged revisions 143552,143554,143557,143560,143562,143564-143567,143570-143573,14357...
[official-gcc.git] / gcc / testsuite / g++.dg / abi / pr39188-1.h
blobece67daae1e7728fa0cbaa4b6d048a294d466258
1 inline int
2 f (int x)
4 static union
6 int i;
7 };
8 int j = i;
9 i = x;
10 return j;