7 lines
77 B
Rust
7 lines
77 B
Rust
|
// xfail-test
|
||
|
fn main() {
|
||
|
|
||
|
fn foo() { }
|
||
|
|
||
|
let bar: ~fn() = ~foo;
|
||
|
}
|