CMake/Tests/CompileFeatures/cxx_attributes.cpp

6 lines
46 B
C++

void unusedFunc[[noreturn]]()
{
throw 1;
}