shithub: mc

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