Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
18d3733b540caea46a9ef3cb0cd243dbba3bb155
/
.
/
Tests
/
CompileFeatures
/
cxx_attribute_deprecated.cpp
blob: 8faeca8703c510022764273369c74d05c22c8912 [
file
]
[[
deprecated
]]
int
foo
()
{
return
0
;
}
int
someFunc
()
{
return
foo
();
}