Files
cli/vendor/wit-parser/tests/ui/parse-fail/world-top-level-func2.wit

5 lines
57 B
Plaintext

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