llvm/llvm/test/TableGen/String.td

// RUN: llvm-tblgen %s 

class x {
  string y = "missing terminating '\"' character";
}