shithub: mc

ref: 274de043f67e79f1582d25a998fbf67b092fd60d
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}