about summary refs log tree commit diff
path: root/tests/ui/modules/issue-13872.rs
blob: a29f378c844cb3d410197ec30bc687425c0c85f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
//@ run-pass
//@ aux-build:issue-13872-1.rs
//@ aux-build:issue-13872-2.rs
//@ aux-build:issue-13872-3.rs


extern crate issue_13872_3 as other;

fn main() {
    other::foo();
}