rust/src/test/run-pass/lib-task.rs

6 lines
66 B
Rust

use std;
import std._task;
fn main() {
_task.sleep(1000000u);
}