OSDN Git Service

* cppexp.c (possible_sum_sign, integer_overflow, left_shift,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / 20000628-1.c
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; }