test: remove package-wide import assumptions
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
//ww:run-exit 42
|
||||
// Migrated from 700_e2e row 45.
|
||||
package main;
|
||||
import os;
|
||||
import rt;
|
||||
type point = struct { x: i64, y: i64 };
|
||||
fn main() i32 = {
|
||||
let p: *point = alloc(point { x = 7, y = 35 })!;
|
||||
|
||||
Reference in New Issue
Block a user