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

def X {
  int Y = 0xFFFF0000;
}