11 /* To test what this is supposed to test the destination function
12 (fprint here) must not be called directly anywhere in the test. */
13 int (*fprintfptr
)(FILE *, const char *, ...) = &fprintf
;
17 fprintfptr(stdout
, "%d\n", (*f
)(24));
22 /* vim: set expandtab ts=4 sw=3 sts=3 tw=80 :*/