YouCompleteMe/cpp/llvm/test/TableGen/IntBitInit.td
2012-07-05 17:51:06 -07:00

7 lines
75 B
TableGen

// RUN: llvm-tblgen %s
// XFAIL: vg_leak
def {
bit A = 1;
int B = A;
}