shithub: mc

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