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