shithub: mc

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