shithub: mc

ref: 720cc29f19477550800adf5539837fec15296bbc
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}