================ @@ -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> ---------------- erichkeane wrote:
This test isn't particularly good, since it is validating that it 'parses', but that isn't our concern. Please extract this to an AST test, and perhaps a codegen test. 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