shithub: mc

ref: 4ccc52b8ed3c89262a3ee72bfdd05de1a3d0441c
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)
}