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