]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/visibility-3.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / visibility-3.c
1 /* Test visibility attribute on forward declaration of global variable */
2 /* { dg-do compile } */
3 /* { dg-require-visibility "" } */
4 /* { dg-final { scan-hidden "xyzzy" } } */
5
6 int
7 __attribute__((visibility ("hidden")))
8 xyzzy = 5;