(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr101395-3.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -march=native -mno-uintr" } */
       3  
       4  #ifdef __UINTR__
       5  # error UINTR should be disabled
       6  #endif