shithub: mc

ref: 3a884b83d030cd14cf4ee631b5b474fb411c976a
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)
}