#include #ifdef mkstemp #undef mkstemp #endif int (*foo)(char *) = mkstemp; int main(void) { return 0; }