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