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