blob: bc0ca1b50981f691cfa4e07ef67aee65e9bbcb54 [file] [log] [blame]
#[async_attributes::test]
async fn test() -> std::io::Result<()> {
assert_eq!(2 * 2, 4);
Ok(())
}