aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/pch/system-2.C
blob: 44f3ec018aeaed44e046dd7799456e2e53269192 (plain)
1
2
3
4
5
6
7
#include "system-2.H"

int main() 
{
  std::cout << "hello world!" << std::endl;
  return 0;
}