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