blob: 851f6d9493f5d92769cff35eed2a0ab5f0358f47 [file] [log] [blame]
/* PR sanitizer/66343 */
/* { dg-do assemble } */
/* { dg-options "-fsanitize=undefined" } */
#include "pr66343-1.h"
void
bar (int a, int b)
{
a / b;
}
/* Hack to turn off PCH assembly comparison, as it is incompatible
with dg-do assemble. The target condition will be always false. */
/* { dg-error "" "" { target { lp64 && { ! lp64 } } } } */