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