shithub: mc

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