shithub: mc

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