(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
pr67653.c
       1  /* PR middle-end/67653 */
       2  /* { dg-do compile } */
       3  
       4  void
       5  foo (void)
       6  {
       7    __asm__ ("" : : "m" (({ static int a; a; })));	/* { dg-warning "memory input 0 is not directly addressable" } */
       8  }