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