PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / dollar.c
blobe69c4e2ec83456226807c6affa37b3bfe64f5ed4
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 "11:stray '\\$'" } */