add tests for issue-3595

This commit is contained in:
rchaser53 2019-05-30 21:03:29 +09:00
parent 6d19a8c71d
commit 0c30bd3b47

View file

@ -0,0 +1,4 @@
struct ReqMsg();
struct RespMsg();
pub type TestType = fn() -> (ReqMsg, fn(RespMsg) -> ());