Index: src/Concurrency/Corun.cpp
===================================================================
--- src/Concurrency/Corun.cpp	(revision 26dfce52332df62429fa7390b91f00feffeef931)
+++ 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;
