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