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, 5 insertions, 0 deletions
diff --git a/test/FrontendC/2002-12-15-GlobalBoolTest.c b/test/FrontendC/2002-12-15-GlobalBoolTest.c new file mode 100644 index 0000000..c27a23a --- /dev/null +++ b/test/FrontendC/2002-12-15-GlobalBoolTest.c @@ -0,0 +1,5 @@ +// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null + + +_Bool X = 0; + |