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