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