rust/tests/data/parser/inline/0096_value_parameters_no_patterns.rs

2 lines
54 B
Rust
Raw Normal View History

2018-08-08 10:34:26 -05:00
type F = Box<Fn(a: i32, &b: &i32, &mut c: &i32, ())>;