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