shithub: mc

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