Merging r259342 (with s/p2align 4/align 16) because r258750 is not in 3.8.
[oota-llvm.git] / test / TableGen / String.td
1 // RUN: llvm-tblgen %s 
2
3 class x {
4   string y = "missing terminating '\"' character";
5 }
6