Sign in
chromium
/
external
/
github.com
/
emscripten-core
/
emscripten-fastcomp
/
ede231d349e048cf2971d1efe4d73f62325ebfe2
/
.
/
test
/
TableGen
/
String.td
blob: 576ba818f383e544289c8d69995f4c7411e8b2af [
file
]
// RUN: llvm-tblgen %s
class
x
{
string
y
=
"missing terminating '\"' character"
;
}