cmake/Tests/CompileFeatures/cxx_attributes.cpp
2023-05-23 16:38:00 +02:00

6 lines
48 B
C++

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