Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
e3c6b6f62cdfca31a9df0332817c3ddf062656ca
/
.
/
none
/
tests
/
gxx304.cpp
blob: 78ee7a1f874ba133f25ff7899f8a9b44670ba743 [
file
] [
log
] [
blame
]
sewardj
bbc9419
2002-03-29 16:47:19 +0000
[
diff
] [
blame
]
1
2
#include
<fstream>
3
int
main
(
void
)
{
4
std
::
ofstream pippo
(
"pluto"
);
5
return
0
;
6
};
7