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