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

def X {
  int Y = 0xFFFF0000;
}