Teach TableGen to evaluate DAG expressions as set operations.
[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