* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20020110.c
blob90e0ce95d29f307883ebcb24762a7321aeb46a7d
1 /* Copyright 2002 Free Software Foundation */
3 /* Make sure the nested extern declaration doesn't conflict with the
4 non-extern one in the enclosing scope. */
6 void foo() {
7 static long bar;
10 extern int bar;