shithub: mc

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