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