Index: src/Concurrency/Corun.cpp
===================================================================
--- src/Concurrency/Corun.cpp	(revision eb779d5ca94c2de1db899969438189f4b2c05b4b)
+++ src/Concurrency/Corun.cpp	(revision 72b518fc0f393f86bf6bb43b0dd79189e24e9cf3)
@@ -42,5 +42,7 @@
 
     Stmt * postvisit( const CorunStmt * stmt ) {
-        assert( runnerBlockDecl );
+        if ( !runnerBlockDecl ) 
+            SemanticError( stmt->location, "To use corun statements add #include <cofor.hfa>\n" );
+
         if ( !stmt->stmt )
             return nullptr;
