]> git.proxmox.com Git - rustc.git/blob - tests/ui/parser/raw/raw-byte-string-eof.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / parser / raw / raw-byte-string-eof.rs
1 pub fn main() {
2 br##"a"#; //~ unterminated raw string
3 }