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