summaryrefslogtreecommitdiff
path: root/test/TableGen/2006-09-18-LargeInt.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/2006-09-18-LargeInt.td')
-rw-r--r--test/TableGen/2006-09-18-LargeInt.td5
1 files changed, 5 insertions, 0 deletions
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;
+}