shithub: mc

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

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

const main = {
	`Foo
}