blob: 56d8dd817ac1ff6d0622218f511cf8cea835911c [file] [log] [blame]
// Copyright 2021 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.
#[test]
fn not_hanging() {}
#[test]
fn hanging() {
loop {}
}