diff options
Diffstat (limited to 'tests/const-expr-shr.c')
-rw-r--r-- | tests/const-expr-shr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/const-expr-shr.c b/tests/const-expr-shr.c index 40bcb44..6a46b98 100644 --- a/tests/const-expr-shr.c +++ b/tests/const-expr-shr.c @@ -1 +1 @@ -int x = -1 >> 1;
\ No newline at end of file +int x = -1 >> 1; |