summaryrefslogtreecommitdiff
path: root/test/TableGen/String.td
blob: c71ed50f986072fb06927f6be1f34689f2e14a40 (plain)
1
2
3
4
5
6
// RUN: llvm-tblgen %s 
// XFAIL: vg_leak
class x {
  string y = "missing terminating '\"' character";
}