shithub: mc

ref: dffeabb9ccfbe8dc25bebb78f7471578d6cac9c4
dir: /test/union-missingarg.myr/

View raw version
use std
type u = union
	`Foo int
;;

const main = {
	`Foo
}