1 /* ICE with -Wstrict-prototypes and typeof an undeclared function.
3 /* { dg-do compile } */
4 /* { dg-options "-Wstrict-prototypes" } */
6 extern __typeof (f
) g
; /* { dg-error "error: 'f' undeclared here \\(not in a function\\)" } */
10 float x
; /* { dg-warning "warning: function declaration isn't a prototype" } */