blob: 0cf3a77fd7c155ca55d462872193f579d32a2537 [file] [log] [blame]
// aux-build:issue-45829-b.rs
extern crate issue_45829_b;
use std as issue_45829_b;
//~^ ERROR is defined multiple times
fn main() {}