diff options
author | Alexandre Oliva <oliva@lsd.ic.unicamp.br> | 2000-02-25 11:21:25 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-02-25 11:21:25 +0000 |
commit | 66830bb21b32a9cd5c5e81e085bbafe7edca55fd (patch) | |
tree | 58d70f8b50b7646c2bd105a3e9b32db3a5cc7108 /gcc/testsuite/gcc.c-torture/compile/cpp-2.c | |
parent | d9adf95d19f7d8d096d152d7867d4f797bd9277d (diff) | |
download | gcc-66830bb21b32a9cd5c5e81e085bbafe7edca55fd.zip gcc-66830bb21b32a9cd5c5e81e085bbafe7edca55fd.tar.gz gcc-66830bb21b32a9cd5c5e81e085bbafe7edca55fd.tar.bz2 |
* compile/cpp-2.c: New test.
From-SVN: r32149
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/compile/cpp-2.c')
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/cpp-2.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.c-torture/compile/cpp-2.c b/gcc/testsuite/gcc.c-torture/compile/cpp-2.c new file mode 100644 index 0000000..ae9425f --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/compile/cpp-2.c @@ -0,0 +1,5 @@ +/* Copyright (C) 2000 Free Software Foundation. + + by Alexandre Oliva <oliva@lsd.ic.unicamp.br> */ + +#pragma /* the token after #pragma is optional. */ |