summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lexer/lex-bad-char-literals-4.rs
blob: de0a19df99360e875e979f7b45a27837b1908ffa (plain)
1
2
3
4
5
//
// This test needs to the last one appearing in this file as it kills the parser
static c: char =
    '  //~ ERROR: unterminated character literal
;