shithub: mc

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