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