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