You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variation diff with a maximal matching (#ifdef A and #ifdef B are
both matched) of the following diff contains a cycle.
```diff
-#ifdef B
#ifdef A
+#ifdef B
Line
```
0 commit comments