summary refs log tree commit diff
path: root/src/test/run-pass/issue-2196.rs
blob: 7a193c36bc9f5910c86fcc53cbae707f720ed31f (plain)
1
2
3
4
5
6
7
8
9
// xfail-test
// aux-build:issue-2196-a.rs
// aux-build:issue-2196-b.rs
// aux-build:issue-2196-c.rc

use c(name = "issue2196c");
import c::t;

fn main() { }