Index: tests/raii/dtor-early-exit.cfa
===================================================================
--- tests/raii/dtor-early-exit.cfa	(revision 933f32f2ae9703d54327e4727aceb5746433092d)
+++ tests/raii/dtor-early-exit.cfa	(revision 397c101ac3d4d5036b990774a5ad5b6598528e82)
@@ -217,4 +217,12 @@
 }
 
+void i() {
+	// potential loop
+	for() {
+		if(true) continue;
+		int t = 0;
+	}
+}
+
 // TODO: implement __label__ and uncomment these lines
 void computedGoto() {
