================
@@ -124,3 +124,40 @@ void test(int *List, int Length) {
 
 #pragma unroll
 /* expected-error {{expected statement}} */ }
+
+using size_t = unsigned long long;
+
+template <bool Flag>
----------------
yronglin wrote:

I've keep test case in this file, because clang currently has this issue 
https://godbolt.org/z/Wf46Er3qb

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

Reply via email to