1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// RUN: component embed --dummy % --world a:b/c | 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 {} }