Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / cpp / 20000628-1.c
blob41b84108c6c9441a6605ba2e5bb90cd6f293a2b5
1 /* Test if #line commands are generated properly even when header
2 includes self. */
3 /* { dg-do compile } */
4 #include "20000628-1.h"
5 int main(void) { return a + b + c; }