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