Fighting Arduino's IDE smartness

struct Boton {
  int pin;
};

void Chequea(struct Boton &b) {
}

void setup() {
}

void loop() {
}

compiles with no problems.