blob: b189ed78cdc33bd894d9195651f2172af4f2dd82 [file] [log] [blame]
/* { dg-do compile } */
void b(char a) {
asm("" : : "pir" (a));
}