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