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