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