Files
cli/vendor/wit-parser/tests/ui/import-export-overlap1.wit

6 lines
71 B
Plaintext

package foo:foo;
world foo {
import a: func();
export a: func();
}