b.rs 124 B

12345
  1. // SPDX-License-Identifier: GPL-2.0
  2. //! Rust single host program sample: module `b`.
  3. pub(crate) const CONSTANT: i32 = 42;