(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
torture/
pr85022.c
       1  /* PR inline-asm/85022 */
       2  
       3  extern struct B b;
       4  
       5  void
       6  foo ()
       7  {
       8    __asm ("" : "+m" (b));
       9  }