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