mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-10 00:00:07 +02: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() {}
|