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