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