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