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