8 lines
122 B
Rust

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