shithub: mc

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