xref: /openbmc/openbmc/poky/meta/lib/oeqa/sdk/files/rust/hello/build.rs (revision 92b42cb35d755f8cfe6c17d403711a536e0f0721)
1 /* This is the simplest build script just to invoke host compiler
2    in the build process. */
main()3 fn main() {}
4