shithub: mc

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