mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 04:40:37 +00:00
6 lines
108 B
Rust
6 lines
108 B
Rust
//@ pp-exact
|
|
|
|
fn from_foreign_fn(_x: fn()) {}
|
|
fn from_stack_closure<F>(_x: F) where F: Fn() {}
|
|
fn main() {}
|