shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}