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

@@ -2,12 +2,12 @@ package wwfixture;
def protocolversion: i32 = 1;
def corpuscount: i32 = 1759;
def errorcount: i32 = 352;
def compilecount: i32 = 21;
def errorcount: i32 = 351;
def compilecount: i32 = 22;
def runcount: i32 = 209;
def runexitcount: i32 = 1177;
def nativecount: i32 = 3518;
def corpushash: str = "38613db49b4c87a14d87fb9392e5500e17cc0c95767fb31d8eb9bc4fe2bf74c5";
def corpushash: str = "47d731a8fd089ecdef9a1b9b94f3dfc06a733b7e03236014f095b068a67ce176";
type directive = enum i32 {
ERROR = 0,