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.c-torture/] [compile/] [20000605-1.c] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
/* Copyright (C) 2000 Free Software Foundation */ /* make sure we don't get confused by various flavors of void */ /* Origin: Jakub Jelinek <jakub@redhat.com> * Joel Sherrill <joel.sherrill@OARcorp.com> */ typedef void foo; foo bar(void); void baz(void) { bar(); } void volatile f(); int x() { f(); }
Go to most recent revision | Compare with Previous | Blame | View Log