================ @@ -27,3 +25,12 @@ int main() { } #endif + +namespace GH99036 { + +template <typename T> +concept C; // expected-error {{expected '='}} +// expected-note@32 {{declared here}} ---------------- falbrechtskirchinger wrote:
Should have used `@-1` here. https://github.com/llvm/llvm-project/pull/110496 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits