Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
287dc9946a577f5c7effbfd189605be61945cc0e
/
.
/
none
/
tests
/
gxx304.cpp
blob: 78ee7a1f874ba133f25ff7899f8a9b44670ba743 [
file
] [
log
] [
blame
]
#include
<fstream>
int
main
(
void
)
{
std
::
ofstream pippo
(
"pluto"
);
return
0
;
};