Files

9 lines
91 B
Rust
Raw Permalink Normal View History

#![deny(dead_code)]
use tests_build::tokio;
#[tokio::main]
async fn f() {}
fn main() {}