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