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