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