Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / ext / visibility / visibility-6.C
blob0fecf6b74e92738b89baeb42351b89e9a3ad30d2
1 /* Test visibility attribute on definition of global variable that has
2    already had a forward declaration. */
3 /* { dg-require-visibility "" }
4 /* { dg-final { scan-hidden "xyzzy" } } */
6 extern int xyzzy;
8 int 
9 __attribute__((visibility ("hidden")))
10 xyzzy = 5;