shithub: mc

ref: 89b3d0c393d0fc58ce185fad5e841edf077b810b
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}