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