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