shithub: mc

ref: efef5c18f16cbff92400e6198ddb666b640a6adc
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}