blob: 247289ea4d54b45fb1cce0e52ebb4d96f7efec50 [file] [log] [blame]
//
// 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
//~| ERROR: mismatched types
;
fn main() {}