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