blob: b1222578a260caab8d4b999cb3fe7658b6355314 [file] [log] [blame]
/* { dg-message "note: file" "" } */
/* { dg-do compile } */
/* { dg-options "-O2 -fprofile-generate -fprofile-use -fopt-info" } */
unsigned test (unsigned a, unsigned b)
{
return a / b;
}