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