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