// Origin: Mark Mitchell // Special g++ Options: -O2 #include std::list li; void f () { li.size (); } int main () { li.push_back (0); f (); }