about summary refs log tree commit diff
path: root/tests/pretty/fn-types.rs
blob: 49c4d86acdb8f3720cb7f33bae806bc2bedb123a (plain)
1
2
3
4
5
//@ pp-exact

fn from_foreign_fn(_x: fn()) {}
fn from_stack_closure<F>(_x: F) where F: Fn() {}
fn main() {}