shithub: mc

ref: 050c29b20810d6519702f6ee4928c835203caea3
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}