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