shithub: mc

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

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

const main = {
	`Foo
}