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

def X {
  int Y = 0xFFFF0000;
}