8 lines
106 B
Rust
8 lines
106 B
Rust
// error-pattern: does nothing
|
|
fn main() {
|
|
log "doing";
|
|
this_does_nothing_what_the;
|
|
log "boing";
|
|
}
|
|
|