URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [20091006-1_0.c] - Rev 298
Compare with Previous | Blame | View Log
/* { dg-lto-do link } */ typedef void (*fnt) (void); void __attribute__((noinline)) bar (void) {} extern inline void check3 (void) { bar (); } void test (void) { const fnt pcheck3 = check3; pcheck3 (); } int main() { return 0; }