blob: 1906f96f6c9b9440c8e958cae5117c18a634f1b4 [file] [log] [blame]
//! regression test for issue <https://github.com/rust-lang/rust/issues/44078>
fn main() {
"😊""; //~ ERROR unterminated double quote
}