aboutsummaryrefslogtreecommitdiff
path: root/test/const-expr-shr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/const-expr-shr.c')
-rw-r--r--test/const-expr-shr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/const-expr-shr.c b/test/const-expr-shr.c
new file mode 100644
index 0000000..6a46b98
--- /dev/null
+++ b/test/const-expr-shr.c
@@ -0,0 +1 @@
+int x = -1 >> 1;