hanchenye-llvm-project/llvm/test/TableGen/IntBitInit.td

7 lines
70 B
TableGen

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