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