1 2 3 4 5 6
include!("../examples/socket_co_client.rs"); #[test] fn socket_co_client() -> std::io::Result<()> { main() }