shithub: mc

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

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

const main = {
	`Foo
}