================ @@ -0,0 +1,22 @@ +// RUN: %clangxx %s -o %t +// RUN: %t | FileCheck %s ---------------- zygoloid wrote:
We don't use execution tests. You can test this with `static_assert` instead. https://github.com/llvm/llvm-project/pull/167881 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
