6 lines
220 B
Plaintext
6 lines
220 B
Plaintext
// #30 dir-package — the imported package for the declaration-before-import
|
|
// twin. It stays in its own directory so the two layouts are independently
|
|
// buildable.
|
|
package aa;
|
|
export fn helper() i32 = { return 5; };
|