aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/inline/0028_fn_pointer_type.rs
blob: c9bf3bdb45164cca9765119ef6a21955238d5f9b (plain)
1
2
3
type A = fn();
type B = unsafe fn();
type C = unsafe extern "C" fn();