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