Sign in
android
/
toolchain
/
rustc
/
43f0694b1feb1296004d84509e01177159e71be0
/
.
/
src
/
test
/
ui
/
issues
/
issue-12699.rs
blob: e26c2d7cde23449043f8fdea2d20bf58b6493873 [
file
] [
log
] [
blame
]
// run-pass
// ignore-wasm32-bare can't block the thread
// ignore-sgx not supported
#![
allow
(
deprecated
)]
use
std
::
thread
;
fn
main
()
{
thread
::
sleep_ms
(
250
);
}