shithub: mc

ref: 231b0fd0e1e70376bcf747a797a76b07521987b7
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}