YouCompleteMe/cpp/llvm/test/TableGen/IntBitInit.td

7 lines
75 B
TableGen
Raw Normal View History

2012-07-05 20:51:06 -04:00
// RUN: llvm-tblgen %s
// XFAIL: vg_leak
def {
bit A = 1;
int B = A;
}