6 lines
72 B
Rust
6 lines
72 B
Rust
// xfail-stage0
|
|
|
|
fn f(int[] a) {}
|
|
fn main() { f(~[ 1, 2, 3, 4, 5 ]); }
|
|
|