Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
abac34eda2da59e5151bd8a96bfe9e4d550bafd5
/
.
/
Tests
/
InterfaceLibrary
/
item_fake.cpp
blob: b4bd829d62973798abe470ccf0a2764018276419 [
file
]
extern
int
item_undefined
();
int
item
()
{
return
item_undefined
();
}