[ create a new paste ] login | about

Link: http://codepad.org/1jTOscE8    [ raw code | output | fork ]

C++, pasted on Jul 22:
1
2
3
4
5
void af(int& g);

int main() {
  cout << ETYPE_DESC(af);
}


Output:
1
function taking a reference to an integer and returning nothing


Create a new paste based on this one


Comments: