5 lines
202 B
Plaintext
5 lines
202 B
Plaintext
// #30 dir-package — the imported package whose declared name supplies the
|
|
// `aa` binding in ../main.ww. Driver: the declns leg of sepimport_test.
|
|
package aa;
|
|
export fn helper() i32 = { return 5; };
|