shithub: mc

ref: 005ab9c7832c3241eecdfe0ba122b129ee8946e1
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}