2016-12-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / linkage3.C
blob0d952d1e642a1ccc2aa9fe1fd6f86f7e5a363672
1 // PR c++/37877
2 // { dg-do compile }
4 extern "C++" struct S
6   static int x;
7 } s;