aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pch/system-1.c
blob: 9fde1365d5443b7a4c0843f197334d970cce40ad (plain)
1
2
3
4
5
6
#include "system-1.h"
int main(void)
{
  puts ("hello world!");
  exit (0);
}