cmake/Tests/CompileFeatures/cxx_attributes.cpp
2016-07-09 11:21:54 +02:00

6 lines
46 B
C++

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