aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/visibility-3.c
blob: cb5a71524f6b5d88ca13dfc9fd7d9358246dbced (plain)
1
2
3
4
5
6
7
8
/* Test visibility attribute on forward declaration of global variable */
/* { dg-do compile } */
/* { dg-require-visibility "" } */
/* { dg-final { scan-hidden "xyzzy" } } */

int
__attribute__((visibility ("hidden")))
xyzzy = 5;