shithub: mc

ref: 6734665cb2214ce148e46b719ed6ae36d266f037
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}