xref: /linux/samples/rust/hostprogs/b.rs (revision 4c983a14238d6d4e95c5783b9d93dd4d4aeccdd9)
1 // SPDX-License-Identifier: GPL-2.0
2 
3 //! Rust single host program sample: module `b`.
4 
5 pub(crate) const CONSTANT: i32 = 42;
6