shithub: mc

ref: 750ff49e933c8c1494b77a40585e0bcfeac88156
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}