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 000000000000..afd813fab653
--- /dev/null
+++ b/test/TableGen/2006-09-18-LargeInt.td
@@ -0,0 +1,5 @@
+// RUN: tblgen %s | grep -- 4294901760
+
+def X {
+ int Y = 0xFFFF0000;
+}