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