[ create a new paste ] login | about

Link: http://codepad.org/4jgsfnQ2    [ raw code | output | fork ]

fredbn - C++, pasted on Feb 3:
1
2
3
4
5
6
7
8
9
struct A {
  A &a;
  A() : a (*this) {}
};

int main() {
  A a;
  cout << &a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a.a;
}


Output:
1
0xbf8202cc


Create a new paste based on this one


Comments: