shithub: mc

ref: 93df2d52a2c354255906237eea901efcb2c2affe
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}