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;
}