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