shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}