summaryrefslogtreecommitdiffstats
path: root/src/test/pretty/fn-types.rs
blob: f012763c3f606f61cc04615f1c953c7dbd9c680e (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() {}