ww: select build action from package declaration
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
//ww:run-exit 15
|
||||
package main;
|
||||
package myf;
|
||||
export fn addi64(a: i64, b: i64) (i64, bool) = {
|
||||
let s: i64 = a + b;
|
||||
|
||||
Reference in New Issue
Block a user