test: prove ordinary import binding modes
This commit is contained in:
@@ -5,6 +5,6 @@ export fn assert(b: bool, msg: str) void = { };
|
||||
package main;
|
||||
import m;
|
||||
export fn main() i32 = {
|
||||
assert(false, "routed to m.assert");
|
||||
m.assert(false, "routed to m.assert");
|
||||
return 42;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user