shithub: mc

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