about summary refs log tree commit diff
path: root/src/test/ui/parser/raw-byte-string-eof.rs
blob: b30fe2e1faea51ac688d4e06aa2af697f99aff1e (plain)
1
2
3
4
5
6
// compile-flags: -Z parse-only


pub fn main() {
    br##"a"#;  //~ unterminated raw string
}