1 /* { dg-options "-fpermissive -Wimplicit-function-declaration" } */
3 extern double sqrt (double);
5 void test (float pf
, float inff
)
7 assert (pf
== inff
); /* { dg-bogus "sqrt" } */
8 /* { dg-warning "implicit declaration of function 'assert'" "" { target *-*-* } .-1 } */
9 /* { dg-message "header '<assert.h>'" "" { target *-*-* } .-2 } */