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