5 lines
71 B
Rust
5 lines
71 B
Rust
// error-pattern:moop
|
|
use std;
|
|
import uint;
|
|
fn main() { fail "moop"; }
|