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; }