Files
cli/vendor/wit-parser/tests/ui/parse-fail/very-nested-packages.wit

9 lines
76 B
Plaintext
Raw Normal View History

package a:b;
package a:c {
package a:c2 {
package a:c3 {
}
}
}