]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-2922.rs
Add tests for binop_separator = Back
[rust.git] / tests / source / issue-2922.rs
1 // rustfmt-indent_style: Visual
2 struct Functions {
3     RunListenServer: unsafe extern "C" fn(*mut c_void,
4      *mut c_char,
5      *mut c_char,
6      *mut c_char,
7      *mut c_void,
8      *mut c_void) -> c_int,
9 }