summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pch/empty.c
blob: 7daa7ca7fcd8fcc4c1f26e9d0f641c278767df0b (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.h"

int main(void) 
{
  return 0;
}