shithub: mc

ref: 77d584ee227d829e842efdc938dffa322665b22c
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}