shithub: mc

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