1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-07-01 16:54:56 +08:00
CMake/Tests/CompileFeatures/cxx_attributes.cpp
2014-04-08 11:05:56 +02:00

3 lines
46 B
C++

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