Sign in
fuchsia
/
fuchsia
/
18b6bd1f30e7eb7858edc518e937b11501bbe902
/
.
/
build
/
rust
/
tests
/
a
/
other.rs
blob: e5790d12073ac0bfded2fea42b1cde08ebd8e26e [
file
] [
log
] [
blame
]
// Copyright 2021 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.
#[
allow
(
unused
)]
pub
fn
foo
()
->
i32
{
return
42
;
}