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