Reset branch to trunk.
[official-gcc.git] / trunk / gcc / testsuite / gcc.dg / cpp / counter-3.c
blob3b1824f25d58b0a19678326b5eb5a335556bf0f7
1 /* Copyright 2007 Free Software Foundation, Inc.
2 Contributed by Ollie Wild <aaw@google.com>. */
4 /* { dg-do preprocess } */
5 /* { dg-options "-fdirectives-only -fpreprocessed" } */
7 /* Tests __COUNTER__ macro expansion is enabled outside directives with
8 -fdirectives-only. */
10 int zero = __COUNTER__;