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