summary refs log tree commit diff
path: root/src/test/auxiliary/extern_mod_ordering_lib.rs
blob: 8276cea465fd58d90e4cbfd612e68ad51f55a675 (plain)
1
2
3
4
5
6
#[crate_type="lib"];

pub mod extern_mod_ordering_lib {
    pub fn f() {}
}