blob: f4c68cda1d4298087a50813021c0ddae04d303f5 [file] [log] [blame]
// 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();
}