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