shithub: mc

ref: 888bb9b10a6ca5728226f141215d4023eb350e68
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}