blob: 543a307d6c120c76998c26b86889da8bf85b1b2f [file] [log] [blame]
/* { dg-do compile } */
/* This is like pr84682-1.c, but with an extra memory constraint, to
check that we don't disable process_address altogether just because
of the disabled address constraint. */
void b(char a) {
asm("" : : "pmir" (a));
}