blob: 939271832e3df82409f06542f61524184324117a [file] [log] [blame]
// aux-build:empty-struct.rs
#[no_link]
extern crate empty_struct;
fn main() {
empty_struct::XEmpty1; //~ ERROR cannot find value `XEmpty1` in crate `empty_struct`
}