Files
obfuscator-llvm-obfuscator/test/TableGen/IntBitInit.td
T
2013-12-26 14:37:53 +01:00

7 lines
75 B
TableGen

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