]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-3595.rs
Merge pull request #3596 from rchaser53/issue-3595
[rust.git] / tests / target / issue-3595.rs
1 struct ReqMsg();
2 struct RespMsg();
3
4 pub type TestType = fn() -> (ReqMsg, fn(RespMsg) -> ());