shithub: mc

ref: 44c0c060b3fbad233b742712c456c8de2de2f52c
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}