diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pch/counter-2.hs')
-rw-r--r-- | gcc/testsuite/gcc.dg/pch/counter-2.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/pch/counter-2.hs b/gcc/testsuite/gcc.dg/pch/counter-2.hs new file mode 100644 index 000000000..63b8a2b7f --- /dev/null +++ b/gcc/testsuite/gcc.dg/pch/counter-2.hs @@ -0,0 +1,4 @@ +/* Copyright (C) 2007 Free Software Foundation + Contributed by Ollie Wild <aaw@google.com> */ + +static int i = __COUNTER__; |