shithub: mc

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

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

const main = {
	`Foo
}