shithub: mc

ref: 06424fdd8ecf8082dac5c109421919d0a3ce169a
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}