shithub: mc

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

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

const main = {
	`Foo
}