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