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