4 lines
65 B
Rust
4 lines
65 B
Rust
//~vv ERROR unterminated double quote string
|
|
fn main() {
|
|
"
|
|
}
|