shithub: mc

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