================
@@ -47,3 +47,21 @@ E b(int x) { return (E)x; }
 
 } // namespace D
 } // namespace dr2338
+
+namespace switchOnEnum {
+enum class E : bool { Zero, One };
----------------
AaronBallman wrote:

Can you add a `_BitInt` test as well to show we fix that issue too?

https://github.com/llvm/llvm-project/pull/214084
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to