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

#include "pr66343-2.h"

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