shithub: mc

ref: 4b5aa67999b756801a310fd0491044e1781220dc
dir: /test/stdopt-struct.myr/

View raw version
use std

type t = struct
	next	: std.option(int)
;;

const main = {
	std.exit(42)
}