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/] [dollar.c] - Rev 313
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