]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/visibility-6.c.expected
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / visibility-6.c.expected
1 /* Test visibility attribute on definition of global variable that has
2    already had a forward declaration. */
3 /* { dg-do compile } */
4 /* { dg-require-visibility "" } */
5 /* { dg-final { scan-hidden "xyzzy" } } */
6
7 extern int xyzzy;
8
9 int 
10 __attribute__((visibility ("hidden"))) 
11 xyzzy = 5;