blob: d2ae451c295d9e4b3efc805f11db3602600c3a29 [file] [log] [blame]
Chris Lattnerea9f4df2009-03-13 21:03:27 +00001// RUN: tblgen %s
2class x {
3 string y = "missing terminating '\"' character";
4}
5