shithub: mc

ref: 3eac4fd0e131b25af66ac9e0952cafab6b0b965f
dir: /test/tyrec.myr/

View raw version
use std
/* we just want to see if this file compiles */
type foo = struct
	v : foo#
;;

const main = {
	var v : foo
	std.exit(42)
}