hanchenye-llvm-project/llvm/test/TableGen/2006-09-18-LargeInt.td

6 lines
68 B
TableGen
Raw Normal View History

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