mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
g++ 3.0.4; I can't repro it. But am collecting anyway. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@43
8 lines
97 B
C++
8 lines
97 B
C++
|
|
#include <fstream>
|
|
int main(void) {
|
|
std::ofstream pippo("pluto");
|
|
return 0;
|
|
};
|
|
|