diff options
Diffstat (limited to 'test/FrontendC/2002-12-15-GlobalBoolTest.c')
-rw-r--r-- | test/FrontendC/2002-12-15-GlobalBoolTest.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/FrontendC/2002-12-15-GlobalBoolTest.c b/test/FrontendC/2002-12-15-GlobalBoolTest.c deleted file mode 100644 index c27a23a..0000000 --- a/test/FrontendC/2002-12-15-GlobalBoolTest.c +++ /dev/null @@ -1,5 +0,0 @@ -// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null - - -_Bool X = 0; - |