blob: 7d30d00f5bbf81146d8e63e5bd15579a385f5f87 [file] [log] [blame]
#![crate_name = "foo"]
pub extern crate std as st2;
pub use crate::Bar as st;
pub struct Bar;