1 /* Test for bogus diagnostics for dremf definition. Although this
2 definition is formally incorrect in ISO C, a GNU extension permits
3 a prototype followed by unpromoted types in a function definition,
4 so it should be permitted when the function is built in. Bug
6 /* { dg-do compile } */
7 /* { dg-options "" } */
9 float dremf (float, float);