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