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