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