diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/constlong.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/constlong.c b/tests/constlong.c new file mode 100644 index 0000000..ae5d6fe --- /dev/null +++ b/tests/constlong.c @@ -0,0 +1,6 @@ +int +main(void) +{ + long x = -9223372036854774574; + return (int)x; +} |