ww: select build action from package declaration
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
//ww:run-exit 5
|
||||
package main;
|
||||
package aa;
|
||||
export def K: i32 = 5;
|
||||
export fn getk() i32 = { return K; };
|
||||
|
||||
Reference in New Issue
Block a user