blob: 418c069702814739b9212d0b4fdfc9c94c403bd3 [file] [log] [blame]
/* { dg-options "-fno-lto" } */
__attribute__((__noipa__)) void
test (int s, int e)
{
asm volatile ("" : "+g" (s), "+g" (e) : : "memory");
if (s)
__builtin_abort ();
}