6_7_6_array_of_function.c (64B)
1 typedef int F(void); 2 F a[3]; 3 4 int test_main(void) { return 0; }