shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}