1 /* Test if #line commands are generated properly even when header
2    includes self.  */
3 /* { dg-do compile } */
4 #include "20000628-1.h"
main(void)5 int main(void) { return a + b + c; }
6