CMake/Tests/CompileFeatures/cxx_attributes.cpp

3 lines
46 B
C++
Raw Normal View History

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