shithub: mc

ref: 45e91dd432edaa124a2699b5d35a3a86f6eedfad
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}