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
/
freebsd
/
hello_world.cpp
blob
f5648b97a676bc47125dbbbd0761d120dc799c4f
1
#include <iostream>
2
3
int
main
()
4
{
5
std
::
cout
<<
"Compiled Hello, World!
\n
"
;
6
}