shithub: mc

ref: fdf3badbb813effe0e5babcbe5a5a1f050bb88ef
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}