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