[ create a new paste ] login | about

Link: http://codepad.org/m1LiZIGo    [ raw code | fork ]

C++, pasted on Feb 21:
1
2
3
4
5
6
7
namespace n {
  struct A {};
  void f(A) {}
}
int main() {
  (n::f)(n::A());
}


Output:
No errors or program output.


Create a new paste based on this one


Comments: