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