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