9 lines
158 B
Rust
9 lines
158 B
Rust
// xfail-fast: aux-build not compatible with fast
|
|
// aux-build:issue_2723_a.rs
|
|
|
|
extern mod issue_2723_a;
|
|
use issue_2723_a::*;
|
|
|
|
fn main() unsafe {
|
|
f(~[2]);
|
|
} |