shithub: mc

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