Sign in
fuchsia
/
fuchsia
/
d64c385ba5e8
/
.
/
src
/
developer
/
cmd
/
testing
/
trivial_success.cc
blob: de5da7bf36cb17eb50a44fdbea28bf815c2d883f [
file
] [
log
] [
blame
]
// Copyright 2019 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
(
int
argc
,
const
char
**
argv
)
{
return
0
;
}