blob: 83713a33321b80c07ce0c341dc1ea55db0aa211c [file] [log] [blame]
// RUN: llvm-tblgen %s
// XFAIL: vg_leak
def {
bit A = 1;
int B = A;
}