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

def X {
  int Y = 0xFFFF0000;
}