--- a
+++ b/test/types-typedef-func.c
@@ -0,0 +1,3 @@
+typedef void func_t(int);
+typedef func_t * funcptr_t;
+