aboutsummaryrefslogtreecommitdiff
path: root/test/const-true.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/const-true.c')
-rw-r--r--test/const-true.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/const-true.c b/test/const-true.c
new file mode 100644
index 0000000..971963f
--- /dev/null
+++ b/test/const-true.c
@@ -0,0 +1,2 @@
+bool x = true;
+typeof(true) x;