Sign in
fuchsia
/
fuchsia
/
main
/
.
/
src
/
starnix
/
tests
/
syscalls
/
cpp
/
test_programs
/
exit_zero.cc
blob: e35bd1739783ff6dd98dacd97753472d90a60553 [
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.
int
main
()
{
return
0
;
}