shithub: mc

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