(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr103248.c
       1  /* { dg-do compile } */
       2  /* { dg-require-effective-target fixed_point } */
       3  /* { dg-options "-fnon-call-exceptions" } */
       4  
       5  _Accum sa;
       6  int c;
       7  
       8  void div_csa() { c /= sa; }