(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
torture/
pr29119.c
       1  /* { dg-do compile } */
       2  
       3  void ldt_add_entry(void)
       4  {
       5     __asm__ ("" :: "m"(({unsigned __v; __v;})));	/* { dg-warning "memory input 0 is not directly addressable" } */
       6  }