shithub: mc

ref: 2bc852bda98762d3bc01548bf972e3f1b137fbfb
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}