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