shithub: mc

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