String.td 89 B

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