diff options
-rw-r--r-- | test/CFrontend/2002-12-15-GlobalBoolTest.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CFrontend/2002-12-15-GlobalBoolTest.c b/test/CFrontend/2002-12-15-GlobalBoolTest.c new file mode 100644 index 0000000000..5d529dccd0 --- /dev/null +++ b/test/CFrontend/2002-12-15-GlobalBoolTest.c @@ -0,0 +1,3 @@ + +_Bool X = 0; + |