shithub: mc

ref: 304ee978408b4e75119887b6f68b96bf242ea16b
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}