repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
regtest: broaden none/tests/linux/bug498317 suppression for PPC
[valgrind.git]
/
none
/
tests
/
gxx304.cpp
blob
78ee7a1f874ba133f25ff7899f8a9b44670ba743
1
2
#include <fstream>
3
int
main
(
void
) {
4
std
::
ofstream
pippo
(
"pluto"
);
5
return
0
;
6
};
7