The AND instruction leaves the V flag unmodified, so it falls victim to the same
[oota-llvm.git] / test / TableGen / String.td
1 // RUN: tblgen %s 
2 // XFAIL: vg_leak
3 class x {
4   string y = "missing terminating '\"' character";
5 }
6