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

//@ pretty-expanded FIXME #23616

extern crate issue_13872_3 as other;

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