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