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