Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / ext / visibility / visibility-1.C
blob8ea270bf8c09a70e5ee4852dcee28ebaafa10144
1 /* Test visibility attribute on function definition. */
2 /* { dg-require-visibility "" }
3 /* { dg-final { scan-hidden "_Z3foov" } } */
5 void
6 __attribute__((visibility ("hidden")))
7 foo()
8 { }