shithub: mc

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