Sign in
◑
Theme
cos
/
third_party
/
kernel
/
36e3acfd29d5de4253e86a5eb084885fe7f4e486
/
.
/
samples
/
rust
/
hostprogs
/
b.rs
blob: c1675890648fd9940c624c485749488731301e91 [
file
]
// SPDX-License-Identifier: GPL-2.0
//! Rust single host program sample: module `b`.
pub
(
crate
)
const
CONSTANT
:
i32
=
42
;