Index: src/tests/typeof.c
===================================================================
--- src/tests/typeof.c	(revision 44f634105516d986619d99fb2c97409063553f7d)
+++ src/tests/typeof.c	(revision 85517ddb80a87a5c4695d8b50281ac0813ba271b)
@@ -8,3 +8,4 @@
     typeof( int ( int, int p ) ) *v7;
     typeof( [int] ( int, int p ) ) *v8;
+    (typeof(v1)) v2; // cast with typeof
 }
