shithub: mc

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

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

const main = {
	`Foo
}