================ @@ -0,0 +1,15 @@ +// RUN: %clang_cc1 -fsyntax-only -verify -std=c++2b %s + +// https://github.com/llvm/llvm-project/issues/177741 + +struct S { ---------------- shafik wrote:
I feel like this test should probably go in `clang/test/SemaCXX/cxx2b-deducing-this.cpp` and put it in `namespace GH177741` https://github.com/llvm/llvm-project/pull/177783 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
