blob: 999b240e43ba43120e1745bfa52e526d47100910 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fprofile-generate -fprofile-use" } */
unsigned test (unsigned a, unsigned b)
{
return a / b;
} /* { dg-warning "execution counts estimated" } */