shithub: mc

ref: 061c7f286ebf2ee6e0afb0a0fb2b90397b848e23
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}