OSDN Git Service

* gcc.dg/lto/ipacp_0.c: New test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / dollar.c
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 "stray '\\$'" } */