Sign in
fuchsia
/
fuchsia
/
main
/
.
/
build
/
bazel
/
rules
/
host_tests
/
tests
/
rust
/
panic_trigger.rs
blob: e60529cd29fdfa4b618c9b315c455459bce55fc3 [
file
]
// Copyright 2026 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.
fn
main
()
{
panic
!(
"Intentional panic for testing"
);
}