URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [dollar.c] - Rev 753
Go to most recent revision | Compare with Previous | Blame | View Log
/* Copyright (C) 2003 Free Software Foundation, Inc. */ /* { dg-do compile } */ /* { dg-options -fno-dollars-in-identifiers } */ /* Test that -fno-dollars-in-identifiers is honoured. Neil Booth, 17 May 2003. */ int foobar$; /* { dg-error "stray '\\$'" } */
Go to most recent revision | Compare with Previous | Blame | View Log