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