shithub: mc

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

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

const main = {
	`Foo
}