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/] [c99-main-1.c] - Rev 328
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test for implicit return 0 from main in C99. */ /* Origin: Joseph Myers <jsm28@cam.ac.uk> */ /* { dg-do run } */ /* { dg-options "-std=iso9899:1999 -pedantic-errors -Wreturn-type -O -fhosted" } */ int main (void) { } /* { dg-bogus "control reaches end" "missing implicit return" } */
Go to most recent revision | Compare with Previous | Blame | View Log