blob: bda58bd94a843769e74db462569d59d40ca5f89a [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.
// Use no_mangle and extern "C" to export the function as a C ABI symbol.
#[no_mangle]
pub extern "C" fn crust_get_int() -> i32 {
42
}