Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e44b551e8d0e96bc52836bdf8b9c0355c20e3800
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
order_I.c
blob: 96152de989e9ef186212360ff05886c53e009e03 [
file
] [
log
] [
blame
]
extern
void
order_J
(
void
);
void
order_I
(
void
)
{
order_J
();
}