shithub: mc

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

View raw version
use std

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

const main = {
	std.exit(42)
}