mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
9 lines
91 B
Rust
9 lines
91 B
Rust
#![deny(dead_code)]
|
|
|
|
use tests_build::tokio;
|
|
|
|
#[tokio::main]
|
|
async fn f() {}
|
|
|
|
fn main() {}
|