shithub: mc

ref: 6d015a6a58987f8fbc79f183bc401d9597231f2b
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}