2 // { dg-additional-options "-fpermissive" }
3 // { dg-additional-sources "nested-extern-1.cc" }
9 extern int i; // { dg-message "previous declaration" }
19 // This is extern because of the injection above.
20 static int i; // { dg-warning ".extern. and later .static" }