shithub: mc

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

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

const main = {
	`Foo
}