blob: e9664a4dd480e950198913fa1bc7e809c17cbb62 [file] [log] [blame]
#![no_std]
extern crate core; //~ ERROR: the name `core` is defined multiple times
extern crate std;
fn main() {}