shithub: mc

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

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

const main = {
	`Foo
}