llvm-65816/test/TableGen/String.td

7 lines
89 B
TableGen

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