(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr89410-2.c
       1  /* { dg-options "-fdiagnostics-show-caret" } */
       2  
       3  int main(void)
       4  {
       5    /* This is 0x7fffffffffffffff, which truncates to 0xffffffff.  */
       6  #line 9223372036854775807 /* { dg-warning "line number out of range" } */
       7  #warning msg
       8    /* { dg-begin-multiline-output "" }
       9   #line 9223372036854775807
      10         ^~~~~~~~~~~~~~~~~~~
      11       { dg-end-multiline-output "" } */
      12    /* { dg-warning "msg" "" { target *-*-* } { -1 } } */
      13  }