Sign in
fuchsia
/
fuchsia
/
HEAD
/
.
/
build
/
bazel
/
host_tests
/
cc_tests
/
foo.cc
blob: 965ff0f4a2a5a831d608d53f2b53bbd89dbf49e1 [
file
] [
log
] [
blame
]
// Copyright 2025 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
"foo.h"
int
foo
()
{
return
42
;
}