shithub: mc

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