shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}