Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / samples / rust / hostprogs / single.rs
blob8c48a119339a88587904cfcf9c1c7bade525cf01
1 // SPDX-License-Identifier: GPL-2.0
3 //! Rust single host program sample.
5 mod a;
6 mod b;
8 fn main() {
9     println!("Hello world!");
11     a::f(b::CONSTANT);