Sign in
fuchsia
/
fuchsia
/
8007eff1d67c0fae6f83c305ddd10602b7a1563c
/
.
/
src
/
performance
/
lib
/
test_utils
/
return_1234.cc
blob: 1391797acfabc4102d530bcede5a0bc931871463 [
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
()
{
return
1234
;
}