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