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