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

6 lines
66 B
Rust
Raw Normal View History

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