Sign in
fuchsia
/
fuchsia
/
refs/heads/releases/field-image-dogfood
/
.
/
src
/
sys
/
appmgr
/
integration_tests
/
crashing_process.cc
blob: 713c946890443692cd538dbd913854b38d18827b [
file
] [
log
] [
blame
] [
edit
]
// Copyright 2020 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.
#include
<cstdlib>
int
main
()
{
abort
();
}