diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/noncompile/940712-1.c')
-rwxr-xr-x | gcc/testsuite/gcc.c-torture/noncompile/940712-1.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/testsuite/gcc.c-torture/noncompile/940712-1.c b/gcc/testsuite/gcc.c-torture/noncompile/940712-1.c deleted file mode 100755 index b1b8234..0000000 --- a/gcc/testsuite/gcc.c-torture/noncompile/940712-1.c +++ /dev/null @@ -1,14 +0,0 @@ -/* PR 4713 */ - -#include "940712-1.h" -#include "940712-1a.h" -#include "940712-1b.h" - -/* comment start in comment error -/* in a .c file */ - -int main () -{ - return 0; -} - |