shithub: mc

ref: 5ae317c459eb0083a646550f610e3103c893c46a
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}