PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / g++.dg / pr66655.h
blobff638f43970e31c2dad0a8d7a06815a4bc7b7159
1 struct S
3 static int i;
4 static void set (int ii) { i = -ii; }
5 };