shithub: mc

ref: 1b92befa76f09641c30fa751ce33af5ab47c4499
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}