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