CMake/Tests/CompileFeatures/cxx_attributes.cpp

3 lines
46 B
C++

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