PR tree-optimization/86401
[official-gcc.git] / gcc / testsuite / c-c++-common / pr56302.c
blobfb67d1271711e9a4c35fc3da539c01c67696d158
1 /* PR c++/56302 */
2 /* { dg-do compile } */
3 /* { dg-options "-O0" } */
5 void
6 foo (int x)
8 __asm__ __volatile__ ("" : : "n" (-1 * (int) sizeof (&x)));