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