void test(void) { } int main() { void (*f)(void) = test; return 0; }