shithub: mc

ref: 8be10e12710829fadb5de1ecca875bf9ae6dee93
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}