shithub: mc

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