Sign in
cos
/
mirrors
/
cros
/
chromiumos
/
bazel
/
refs/heads/release-R148-16640.B
/
.
/
cc
/
examples
/
lib.cc
blob: 1344ef567f691c6a4a4cbe2a21253061062aa788 [
file
] [
edit
]
// Copyright 2024 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include
"bazel/cc/examples/lib.h"
int
get_answer
()
{
return
42
;
}