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