URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [Wimplicit-function-declaration-c99.c] - Rev 753
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-std=c99" } */ void f(void) { puts("Hello"); /* { dg-warning "implicit declaration of function" } */ }
Go to most recent revision | Compare with Previous | Blame | View Log