URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [20000627-1.c] - Rev 754
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test for spurious warnings with backslashes in perverse locations. Bug exposed by Plumhall. */ /* { dg-do compile } */ extern int bar; #def\ ine foo bar int main(void) { return foo; }
Go to most recent revision | Compare with Previous | Blame | View Log