URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [ext/] [visibility/] [visibility-5.C] - Rev 816
Compare with Previous | Blame | View Log
/* Test visibility attribute on definition of a function that has
already had a forward declaration. */
/* { dg-require-visibility "" }
/* { dg-final { scan-hidden "_Z3foov" } } */
void foo();
void
__attribute__((visibility ("hidden")))
foo()
{ }