2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / empty.c
blob7daa7ca7fcd8fcc4c1f26e9d0f641c278767df0b
1 /* Yes, it's called "empty" because it has no contents at all.
2 Even this comment goes here, rather than in empty.h. */
3 #include "empty.h"
5 int main(void)
7 return 0;