shithub: mc

ref: 5889fbb13b415134e0d5b094359e351f5ff94fc3
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}