--- a
+++ b/test/types-typedef-func.test.log
@@ -0,0 +1,6 @@
+TYPE func_t: BOOL;
+END_TYPE
+
+TYPE funcptr_t: POINTER TO func_t;
+END_TYPE
+