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

6 lines
68 B
TableGen
Raw Normal View History

2006-09-18 22:28:07 +00:00
// RUN: tblgen %s | grep -- -65536
def X {
int Y = 0xFFFF0000;
}