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