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