1 /* The declarator in a function definition should be able to take the
2 form of an attributed function declarator, not just a plain
3 function declarator. This was formerly allowed by some of the code
4 but then the wrong constraint checks were made because other code
5 didn't recognise the declarator as being that of the function
7 /* Origin: Joseph Myers <jsm@polyomino.org.uk>. */
9 int (__attribute__((const)) x
) (a
, b
)