aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pch/empty.c
blob: 26ca7cd775808e039d8a28179b63fbc016f29b98 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do run } */

/* 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;
}