2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / ext / asmspec1.C
blob3df2483ad53718f89bcf11d1f1015a2b5796b25c
1 // PR c++/28343
2 // { dg-do compile }
4 struct A
6   int i __asm__(int);         // { dg-error "before" }
7   static int j __asm__(int);  // { dg-error "before" }
8 };