YouCompleteMe/cpp/llvm/test/TableGen/2006-09-18-LargeInt.td

7 lines
95 B
TableGen
Raw Normal View History

2012-07-05 20:51:06 -04:00
// RUN: llvm-tblgen %s | grep -- 4294901760
// XFAIL: vg_leak
def X {
int Y = 0xFFFF0000;
}