1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/test/TableGen/String.td

6 lines
83 B
TableGen
Raw Normal View History

// RUN: tblgen %s
class x {
string y = "missing terminating '\"' character";
}