================
@@ -112,6 +112,9 @@ template <typename T>
 constexpr int f(T t) { // expected-note {{'f<int>' defined here}}
     return id(t); // expected-note {{'f<int>' is an immediate function because 
its body contains a call to a consteval function 'id' and that call is not a 
constant expression}}
 }
+
+
+
----------------
zygoloid wrote:

Revert these added blank lines.

https://github.com/llvm/llvm-project/pull/73463
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to