contract test {
function f() pure public {
uint x;
}
// ----
// DeclarationError 2333: (71-77): Identifier already declared.