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