Conservative fix for PR17827 - don't optimize a shift + and + compare sequence where...
[oota-llvm.git] / test / TableGen / String.td
1 // RUN: llvm-tblgen %s 
2
3 class x {
4   string y = "missing terminating '\"' character";
5 }
6