From 02982501a722205ef3f63b9eef6b91f583b79351 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 18 Sep 2006 22:28:07 +0000 Subject: new testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30471 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/TableGen/2006-09-18-LargeInt.td | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/TableGen/2006-09-18-LargeInt.td (limited to 'test/TableGen/2006-09-18-LargeInt.td') diff --git a/test/TableGen/2006-09-18-LargeInt.td b/test/TableGen/2006-09-18-LargeInt.td new file mode 100644 index 0000000000..0e441c5b47 --- /dev/null +++ b/test/TableGen/2006-09-18-LargeInt.td @@ -0,0 +1,5 @@ +// RUN: tblgen %s | grep -- -65536 + +def X { + int Y = 0xFFFF0000; +} -- cgit v1.2.3