Index: src/AST/Expr.hpp
===================================================================
--- src/AST/Expr.hpp	(revision 7870799883ca946218c97fb6a189d1da90a16e8e)
+++ src/AST/Expr.hpp	(revision ce12e2b15f088274daa97c991566ae160ca9a8fa)
@@ -114,4 +114,5 @@
 			case Params: assertf(false, "Cannot return to resnSlots from Params"); abort();
 			}
+			assertf(false, "unreachable");
 		}
 
