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