about summary refs log tree commit diff
path: root/tests/ui/parser/raw/raw-byte-string-eof.rs
blob: d62aa332c2f2ae804ae4c55fc50a6186ae01a3ec (plain)
1
2
3
pub fn main() {
    br##"a"#;  //~ ERROR unterminated raw string
}