shithub: mc

ref: 2dff776a9d042ef21bd6efc75b8f149fa6b460e1
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}