(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pch/
pr66343-2.hs
/* PR sanitizer/66343 */
/* { dg-options "-fsanitize=undefined" } */

void
foo (int a, int b)
{
  a / b;
}