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