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