summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/diagnostic-ranges-1.c
blob: 369c0b3990067f4bb619891a175a94e4a30f154b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-options "-fdiagnostics-show-caret -Wall" } */

void test_range_of_unused_variable (void)
{
  int redundant; /* { dg-warning "unused variable" } */
/* { dg-begin-multiline-output "" }
   int redundant;
       ^~~~~~~~~
   { dg-end-multiline-output "" } */
}