OpenGrok
Cross Reference: gxx304.cpp
xref
: /
external
/
valgrind
/
main
/
none
/
tests
/
gxx304.cpp
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
2
#
include
<
fstream
>
3
int
main
(
void
) {
4
std
::
ofstream
pippo
(
"pluto"
);
5
return
0
;
6
};
7
8