From: Matthias Braun Date: Thu, 7 Sep 2006 11:49:57 +0000 (+0000) Subject: 0x1e00000 constant... X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=6483978b38e97f247a191ff7eb6cc84e1112930e;p=libfirm 0x1e00000 constant... --- 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; +}