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