Julian Seward bec724cc8d Someone claimed that this gives reads below %esp when compiled with
g++ 3.0.4; I can't repro it.  But am collecting anyway.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@43
2002-03-29 16:47:19 +00:00

8 lines
97 B
C++

#include <fstream>
int main(void) {
std::ofstream pippo("pluto");
return 0;
};