#include #include using namespace pls::internal::base; int global = 0; int main() { // Try to use every feature, to trigger the prohibited use of new if found somewhere thread t1{[]() {}}; t1.join(); }