Index: src/SynTree/Declaration.h
===================================================================
--- src/SynTree/Declaration.h	(revision 16907789400504da4a690ba2030d00525e23c030)
+++ src/SynTree/Declaration.h	(revision 76f7fc734a09409f02e2b52d5645a0d39e9c567b)
@@ -9,7 +9,7 @@
 // Author           : Richard C. Bilson
 // Created On       : Mon May 18 07:44:20 2015
-// Last Modified By : Peter A. Buhr
-// Last Modified On : Wed May  1 07:46:49 2019
-// Update Count     : 134
+// Last Modified By : Andrew Beach
+// Last Modified On : Thr May  2 10:47:00 2019
+// Update Count     : 135
 //
 
@@ -167,4 +167,5 @@
 	CompoundStmt *get_statements() const { return statements; }
 	void set_statements( CompoundStmt *newValue ) { statements = newValue; }
+	bool has_body() const { return NULL != statements; }
 
 	static FunctionDecl * newFunction( const std::string & name, FunctionType * type, CompoundStmt * statements );
