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