test: remove package-wide import assumptions
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
//ww:run-exit 5
|
||||
package main;
|
||||
import rt;
|
||||
type holder = struct { s: str };
|
||||
fn main() i32 = { let p: *holder = alloc(holder { s = "hello" })!; return p.s.len; };
|
||||
|
||||
Reference in New Issue
Block a user