CMake/Tests/CompileFeatures/cxx_attributes.cpp

3 lines
46 B
C++
Raw Normal View History

2014-04-04 16:10:17 +04:00
void unusedFunc [[noreturn]] () { throw 1; }