1 // PR c++/37877
2 // { dg-do compile }
3 
4 extern "C++" struct S
5 {
6   static int x;
7 } s;
8