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