URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [visibility-2.c] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test that visibility attribute on declaration extends to definition. */ /* { dg-do compile } */ /* { dg-require-visibility "" } */ /* { dg-final { scan-hidden "foo" } } */ void __attribute__((visibility ("hidden"))) foo(); void foo() { }
Go to most recent revision | Compare with Previous | Blame | View Log