test: prove declared package import semantics

This commit is contained in:
2026-08-14 03:08:16 +09:00
parent 6efe9b70d4
commit a841278333
11 changed files with 1001 additions and 131 deletions

View File

@@ -1,4 +1,4 @@
//ww:error "does not match import path"
//ww:compile
//ww:module foo
package bar;
export fn x() i32 = { return 0; };