shithub: mc

ref: 454a6a438efbd66d3e9e74b3e49512699dac1762
dir: /test/union-missingarg.myr/

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

const main = {
	`Foo
}