ref: 58785aa9f3a6fc22a00e4cd0597fc3563dca6c76 dir: /test/gsizeof.myr/
generic sz = {a:@a -> sizeof(@a) } const main = { -> sz(123) + sz("asdf"[0]) }