modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/950329-1.c (about)

     1  /* { dg-require-effective-target untyped_assembly } */
     2  f ()
     3  {
     4    int i;
     5    for (i = 1;; i = 0)
     6      {
     7        if (h ())
     8  	{
     9  	  if (i)
    10  	    g ();
    11  	  g (h ());
    12  	  g (h ());
    13  	}
    14        else
    15  	{
    16  	  g ();
    17  	  break;
    18  	}
    19      }
    20  }