1// RUN: llvm-tblgen %s
2
3class x {
4  string y = "missing terminating '\"' character";
5}
6
7