blob: 0b805143ef0074fb174d931c42e81a50cb3d46cf [file] [log] [blame]
// { dg-do compile { target c++20 } }
#include <barrier>
// PR 118395 Constructor of std::barrier is not constexpr
constinit std::barrier<> b(std::barrier<>::max());