diff options
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/noncompile/950921-1.c')
-rwxr-xr-x | gcc/testsuite/gcc.c-torture/noncompile/950921-1.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/testsuite/gcc.c-torture/noncompile/950921-1.c b/gcc/testsuite/gcc.c-torture/noncompile/950921-1.c deleted file mode 100755 index bcf2f05..0000000 --- a/gcc/testsuite/gcc.c-torture/noncompile/950921-1.c +++ /dev/null @@ -1,10 +0,0 @@ -typedef enum -{ - a = (X) 0, - b -} c; - -typedef enum -{ - d = (X) 0 -} e; |