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