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