llvm-6502/test/TableGen/IntBitInit.td
2011-10-06 13:39:59 +00:00

7 lines
75 B
TableGen

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