From dc43fa9b312ff8aa99823ca937afaaba9ffda1f7 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 7 Feb 2007 17:00:45 +0000 Subject: [PATCH] conversion test --- ir/be/test/LuIs.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ir/be/test/LuIs.c diff --git a/ir/be/test/LuIs.c b/ir/be/test/LuIs.c new file mode 100644 index 000000000..ed2bfc6dc --- /dev/null +++ b/ir/be/test/LuIs.c @@ -0,0 +1,8 @@ +/* testing conversion */ +int test(unsigned long long x) { + return x; +} + +int main() { + printf("%d\n", test(0x1234567812345678LL)); +} -- 2.20.1