Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / pch / system-1.C
blob72bea3c9a6f1c2208c582c82a147b9ea8c2d685f
1 #include "system-1.H"
3 int main() 
5   std::cout << "hello world!" << '\n';
6   return 0;