PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / opt / pr69213.C
blob8d94773852ddc1c2512389d02d83f576ba74fd11
1 // PR c++/69213
2 // { dg-do compile }
3 // { dg-options "-O3" }
5 int a, b;
7 void
8 foo (void)
10   __asm__ ("# %0" : : : "memory");      // { dg-error "operand number out of range" }
13 int
14 main ()
16   for (; a < 0; b++)
17     a = b;