shithub: mc

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