void f(int &);
void f(const int &);
int main() {
  volatile int x = 2;
  f((int)x);
}


syntax highlighted by Code2HTML, v. 0.9.1