blob: 3c7bcf08718e124a0b987cd033b32d6426b4eaec [file] [log] [blame]
// compile-flags: -Z parse-only
//
// This test needs to the last one appearing in this file as it kills the parser
static c: char =
'\x10\x10' //~ ERROR: character literal may only contain one codepoint
;