2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / pch / system-2.C
blob44f3ec018aeaed44e046dd7799456e2e53269192
1 #include "system-2.H"
3 int main() 
5   std::cout << "hello world!" << std::endl;
6   return 0;