diff options
Diffstat (limited to 'tests/const-expr-div.c')
-rw-r--r-- | tests/const-expr-div.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/const-expr-div.c b/tests/const-expr-div.c new file mode 100644 index 0000000..bac37a5 --- /dev/null +++ b/tests/const-expr-div.c @@ -0,0 +1 @@ +int x = -2/-1;
\ No newline at end of file |