(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr66813.c
       1  /* { dg-do compile { target ia32 } } */
       2  /* { dg-options "-march=pentium" } */
       3  
       4  void f_s(void) { short x; asm("" : "=@ccc"(x)); }
       5  void f_i(void) { int x; asm("" : "=@ccc"(x)); }