ww: select build action from package declaration
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
//ww:run-exit 18
|
||||
package main;
|
||||
package myf;
|
||||
export type pt = struct { x: i32, y: i32 };
|
||||
export def P: pt = pt{x=7, y=11};
|
||||
|
||||
Reference in New Issue
Block a user