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