ww: select build action from package declaration
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
//ww:run-exit 18
|
||||
package main;
|
||||
package pkg;
|
||||
export type point = struct { x: i64, y: i64 };
|
||||
export type rect = struct { lo: point, hi: point };
|
||||
|
||||
Reference in New Issue
Block a user