shithub: mc

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