summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pch/empty.c
blob: 330876cc7c7558336e855e98bb440153a4220b9d (plain)
1
2
3
4
5
6
7
8
/* Yes, it's called "empty" because it has no contents at all.  
   Even this comment goes here, rather than in empty.h.  */
#include "empty.hp"

int main(void) 
{
  return 0;
}