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