URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [c99-main-1.c] - Rev 823
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