shithub: mc

ref: 45907dfb026557ab65bcff529384dbfb212e2347
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}