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