shithub: mc

ref: 17cb502c1578b8e1a94f02b84cf47acfef6b20b1
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)
}