shithub: mc

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