modernc.org/cc@v1.0.1/testdata/issue57.c (about) 1 typedef int bool_t; 2 3 typedef bool_t (*bool_func) (void); 4 typedef bool_func func1;