contract C { function f() pure public { uint msg; msg; } } // ---- // Warning: (52-60): This declaration shadows a builtin symbol.