7 lines
89 B
TableGen
Raw Normal View History

// RUN: llvm-tblgen %s
class x {
string y = "missing terminating '\"' character";
}