Sign in
fuchsia
/
fuchsia
/
main
/
.
/
tools
/
debug
/
covargs
/
cmd
/
testdata
/
build
/
dl.c
blob: d35e149b1a0491e93ca69885d746cfb11a7b3d64 [
file
] [
log
] [
blame
]
// 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.
int
main
()
{
if
(
0
)
{
return
1
;
}
else
{
return
0
;
}
}