(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
torture/
pr84682-1.c
       1  /* { dg-do compile } */
       2  
       3  void b(char a) {
       4          asm("" : : "pir" (a));
       5  }