test: remove package-wide import assumptions
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
//ww:run-exit 16
|
||||
package main;
|
||||
import rt;
|
||||
fn main() i32 = {
|
||||
let b: []u8 = alloc([], 8u64)!;
|
||||
b[0] = 7u8;
|
||||
|
||||
Reference in New Issue
Block a user