xref: /linux/samples/rust/hostprogs/b.rs (revision fd72f265bb00d2dd2a3bbad7ec45520025e3a926)
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