ref: 013bffde621d421e1914491e6249a7486b9a1380 dir: /test/gsizeof.myr/
generic sz = {a:@a -> sizeof(@a) } const main = { -> sz(123) + sz('a') }