shithub: mc

ref: 68cbebc85a6394a3e23a75f911330eed9022629c
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}