1 /* Copyright (C) 2003 Free Software Foundation, Inc. */
3 /* { dg-do compile } */
4 /* { dg-options -fno-dollars-in-identifiers } */
6 /* Test that -fno-dollars-in-identifiers is honoured.
7 Neil Booth, 17 May 2003. */
9 int foobar$
; /* { dg-error "stray '\\$'" } */