rust/tests/pass/extern_crate_std_in_main.rs
2022-06-01 10:53:38 -04:00

6 lines
48 B
Rust

#![no_std]
fn main() {
extern crate std;
}