]> git.lizzy.rs Git - rust.git/blob - src/tools/miri/tests/pass/rename_std.rs
Rollup merge of #102854 - semarie:openbsd-immutablestack, r=m-ou-se
[rust.git] / src / tools / miri / tests / pass / rename_std.rs
1 #![no_std]
2
3 extern crate std as foo;
4
5 fn main() {}