rust/src/test/run-pass/parse-fail.rs

8 lines
69 B
Rust
Raw Normal View History

// -*- rust -*-
fn dont_call_me() {
fail;
log 1;
}
fn main() {}