blob: 339d21a2c92034c081046b963beb996318e7ff08 [file] [log] [blame]
// Copyright 2022 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.
#![warn(clippy::all)]
pub fn blah() -> i32 {
return 3;
}