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