blob: 52f3aaf83f73a8c89f93a7763d1b74839f0002df [file]
/* Test ICE for statement expression ending with asm as asm input (bug
100792). */
/* { dg-do compile } */
/* { dg-options "" } */
void
f ()
{
__asm__ ("" : : "m" (({ __asm__ (""); }))); /* { dg-error "memory input 0 is not directly addressable" } */
}