Sign in
fuchsia
/
fuchsia
/
refs/heads/releases/dogfood
/
.
/
src
/
lib
/
zircon
/
rust
/
test_util
/
sleep_forever_util.rs
blob: f4c68cda1d4298087a50813021c0ddae04d303f5 [
file
] [
log
] [
blame
] [
edit
]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
use
fuchsia_zircon
as
zx
;
fn
main
()
{
zx
::
Time
::
INFINITE
.
sleep
();
}