contract C { function f() pure public { uint a = 1; } } // ---- // Warning: (52-58): Unused local variable.