Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.
[oota-llvm.git] / test / TableGen / String.td
1 // RUN: tblgen %s 
2 class x {
3   string y = "missing terminating '\"' character";
4 }
5