OSDN Git Service

2008-03-17 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / pch / system-1.C
1 #include "system-1.H"
2
3 int main() 
4 {
5   std::cout << "hello world!" << '\n';
6   return 0;
7 }