1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fprofile-generate -fprofile-use -fopt-info" } */
3 
test(unsigned a,unsigned b)4 unsigned test (unsigned a, unsigned b)
5 {
6   return a / b;
7 } /* { dg-message "note: \[^\n\]*execution counts estimated" } */
8