aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pch/pr66343-1.hs
blob: 643a821d5cef8de4049b7c1bb8fe9347614af464 (plain)
1
2
3
4
5
6
7
8
/* PR sanitizer/66343 */
/* { dg-options "-fsanitize=undefined" } */

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