Index: src/CodeGen/CodeGenerator.cc
===================================================================
--- src/CodeGen/CodeGenerator.cc	(revision ab4bff57905b7bbe2894e5eb4353fe8fdcebf61c)
+++ src/CodeGen/CodeGenerator.cc	(revision ddae80952adda8c0439bcb45ce5c85a4e6001acb)
@@ -288,5 +288,5 @@
 		assertf( ! genC, "TypeDecls should not reach code generation." );
 		output << typeDecl->genTypeString() << " " << typeDecl->name;
-		if ( typeDecl->get_kind() != TypeDecl::Any && typeDecl->sized ) {
+		if ( typeDecl->sized ) {
 			output << " | sized(" << typeDecl->name << ")";
 		}
