shithub: mc

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

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

const main = {
	`Foo
}