shithub: mc

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