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