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
* c-common.c (get_priority): Add check for
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pch
/
system-1.C
blob
72bea3c9a6f1c2208c582c82a147b9ea8c2d685f
1
#include "system-1.H"
2
3
int main()
4
{
5
std::cout << "hello world!" << '\n';
6
return 0;
7
}