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