test: remove package-wide import assumptions

This commit is contained in:
2026-08-14 03:45:02 +09:00
parent a841278333
commit 04d9560d51
74 changed files with 121 additions and 154 deletions

View File

@@ -3,7 +3,6 @@
package main;
import memio;
import io;
import os;
export fn main() i32 = {
let buf: [8]u8;
buf[0] = 65u8; buf[1] = 66u8; buf[2] = 67u8; buf[3] = 68u8;