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