aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/pr97714.c
blob: dba17831d6943a334bc42091bad9b94fa8c7b248 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-options "-O -g" } */

void
function ()
{
  if (0)
    {
#line 0 "whatever"
    }
}