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