shithub: mc

ref: 35ac808f091891eea09ceb058d6d88ccde4feffb
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}