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