shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}