================
@@ -0,0 +1,39 @@
+// RUN: %clang_cc1 %s -std=c++26 -freflection -fsyntax-only
+
+using info = decltype(^^int);
+
+consteval void test()
+{
+ constexpr auto r = ^^int;
+ constexpr auto q = ^^int;
+
----------------
Sirraide wrote:
Can you also add
```c++
static_assert(__is_same(decltype(^^info), info));
```
https://github.com/llvm/llvm-project/pull/190356
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits