Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
CompileFeatures
/
cxx_attribute_deprecated.cpp
blob: 8faeca8703c510022764273369c74d05c22c8912 [
file
] [
log
] [
blame
]
[[
deprecated
]]
int
foo
()
{
return
0
;
}
int
someFunc
()
{
return
foo
();
}