ref: d8c459cc126c7175b799c368612f9ae33c95dc91 dir: /test/stdopt-struct.myr/
use std type t = struct next : std.option(int) ;; const main = { std.exit(42) }