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