Index: src/Validate/Autogen.cpp
===================================================================
--- src/Validate/Autogen.cpp	(revision 561354fd73c46eb32cf2feb6781d0a72427490ac)
+++ src/Validate/Autogen.cpp	(revision d6c464d2c9198b52bd24eb294ced8667c66dad4a)
@@ -195,5 +195,5 @@
 	}
 
-	bool shouldAutogen() const final { return !(decl->isData); }
+	bool shouldAutogen() const final { return true; }
 private:
 	void genFuncBody( ast::FunctionDecl * decl ) final;
