shithub: mc

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