#[name = "crate-attributes"];
#[vers = "1.0"];
#[attr1]
#[path = "crate-attributes-src"]
mod m {
#[attr_inner];
#[attr2]
mod foo;
}