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