repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
libmudflap
/
testsuite
/
libmudflap.c++
/
pass41-frag.cxx
blob
d15b98f1cdd2dfa44ef7a5abfdb349e1096c3231
1
#include <string>
2
#include <iostream>
3
4
int
5
main
(
int
argc
,
char
*
argv
[])
6
{
7
std
::
string myStr
=
"Hello, World!"
;
8
std
::
cout
<<
myStr
<<
std
::
endl
;
9
return
0
;
10
}