shithub: mc

ref: 34b564c77abf63d69b15d47ec4c76081285f4830
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)
}