Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
CompileFeatures
/
cxx_attributes.cpp
blob: 14343172ad044f1371fca05f31adbfe8a32d124a [
file
] [
log
] [
blame
]
void
unusedFunc
[[
noreturn
]]()
{
throw
1
;
}