summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/20000628-1.c
blob: 41b84108c6c9441a6605ba2e5bb90cd6f293a2b5 (plain)
1
2
3
4
5
/* Test if #line commands are generated properly even when header
   includes self.  */
/* { dg-do compile } */
#include "20000628-1.h"
int main(void) { return a + b + c; }