aboutsummaryrefslogtreecommitdiff
path: root/tcctest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tcctest.c')
-rw-r--r--tcctest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcctest.c b/tcctest.c
index 6e716df..050f522 100644
--- a/tcctest.c
+++ b/tcctest.c
@@ -1693,6 +1693,8 @@ void longlong_test(void)
a = 68719476720LL;
b = 4294967295LL;
printf("%d %d %d %d\n", a > b, a < b, a >= b, a <= b);
+
+ printf("%Ld\n", 0x123456789LLU);
}
void manyarg_test(void)