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