Sign in
cobalt
/
cobalt
/
c52866be1febb1c09c04df4cb93d87f3595f4dc1
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
TableGen
/
String.td
blob: 576ba818f383e544289c8d69995f4c7411e8b2af [
file
]
// RUN: llvm-tblgen %s
class
x
{
string
y
=
"missing terminating '\"' character"
;
}