blob: 153262e65570d2a944512b73613fcc52d6f63bf2 [file] [log] [blame]
// issue 12436
#![allow(clippy::mixed_attributes_style)]
#[path = "auxiliary/submodule.rs"]
mod submodule;
fn main() {}