shithub: mc

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