Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
pch
/
system-1.C
blob: 72bea3c9a6f1c2208c582c82a147b9ea8c2d685f [
file
] [
log
] [
blame
]
#include
"system-1.H"
int
main
()
{
std
::
cout
<<
"hello world!"
<<
'\n'
;
return
0
;
}