summaryrefslogtreecommitdiff
path: root/test/TableGen/2006-09-18-LargeInt.td
blob: afd813fab653cb81d4c9e27a174db1005585ecb5 (plain)
1
2
3
4
5
// RUN: tblgen %s | grep -- 4294901760

def X {
  int Y = 0xFFFF0000;
}