diff options
Diffstat (limited to 'tests/const-expr-shr.c')
-rw-r--r-- | tests/const-expr-shr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/const-expr-shr.c b/tests/const-expr-shr.c deleted file mode 100644 index 6a46b98..0000000 --- a/tests/const-expr-shr.c +++ /dev/null @@ -1 +0,0 @@ -int x = -1 >> 1; |