shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}