5 lines
83 B
Rust
5 lines
83 B
Rust
extern crate std;
|
|
//~^ ERROR the name `std` is defined multiple times
|
|
|
|
fn main(){}
|