shithub: mc

ref: 0075208c293571c32b5eb23c47f67ee8defc613f
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}