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