llvm-6502/test/TableGen/2006-09-18-LargeInt.td

6 lines
77 B
TableGen

// RUN: llvm-tblgen %s | grep -- 4294901760
def X {
int Y = 0xFFFF0000;
}