From 6483978b38e97f247a191ff7eb6cc84e1112930e Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 7 Sep 2006 11:49:57 +0000 Subject: [PATCH] 0x1e00000 constant... --- ir/be/test/const.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ir/be/test/const.c diff --git a/ir/be/test/const.c b/ir/be/test/const.c new file mode 100644 index 000000000..8d0f12ee4 --- /dev/null +++ b/ir/be/test/const.c @@ -0,0 +1,6 @@ +#include + +int main() { + printf("%d", 0x1e00000); + return 0; +} -- 2.20.1