shithub: mc

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