diff options
Diffstat (limited to 'test/FrontendC/2004-05-21-IncompleteEnum.c')
-rw-r--r-- | test/FrontendC/2004-05-21-IncompleteEnum.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/FrontendC/2004-05-21-IncompleteEnum.c b/test/FrontendC/2004-05-21-IncompleteEnum.c deleted file mode 100644 index 958a8d1..0000000 --- a/test/FrontendC/2004-05-21-IncompleteEnum.c +++ /dev/null @@ -1,5 +0,0 @@ -// RUN: %llvmgcc -w -S %s -o - | llvm-as -o /dev/null - -void test(enum foo *X) { -} - |