shithub: mc

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