contract c { function g() public { uint va = 1; uint vb = x; } } // ---- // DeclarationError 7576: (78-79): Undeclared identifier.