blob: 5f482a8af6498416495c5d99e31d8f63bf8d48f0 [file] [log] [blame]
// Copyright 2020 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.
fn some_fn() {
println!("Hello, world!");
}