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