// PR c++/93257 // { dg-do compile { target c++20 } } template consteval void test() {} int main() { test(); return 0; }