llvm/test/TableGen: Remove XFAIL:vg_leak in dozen of tests, according to llvm-x86_64...
[oota-llvm.git] / test / TableGen / 2006-09-18-LargeInt.td
1 // RUN: llvm-tblgen %s | grep -- 4294901760
2
3 def X {
4   int Y = 0xFFFF0000;
5 }