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