1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
// RUN: component wit % --out-dir %tmpdir package foo:root; package a:b { interface foo {} world c { import foo; import a:c/foo; } } package a:c { interface foo {} }