// Trac ticket // https://cforall.uwaterloo.ca/trac/ticket/44 typedef void (*fptr_t)(); void f(int); int main() { fptr_t x; x = f; }