#include<stdio.h> void f(int &k){ k++;} int main(){ int n = 1; f(n); printf("%d\n", n);}
Standard input is empty
2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!