// Special g++ Options: -O #include #include int main() { int *i1, *i2; cerr << (typeid(i1)==typeid(i2)) << endl; }