shithub: mc

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