shithub: mc

ref: 058840464506a633eae1c49e349a242be31dba69
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}