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