CMake/Tests/CompileFeatures/cxx_attributes.cpp
2014-04-08 11:05:56 +02:00

3 lines
46 B
C++

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