shithub: mc

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

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

const main = {
	`Foo
}