shithub: mc

ref: 454a6a438efbd66d3e9e74b3e49512699dac1762
dir: /test/stdopt-struct.myr/

View raw version
use std

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

const main = {
	std.exit(42)
}