Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dbb6e04b5fe45c413fb3a06b52ffceb5e86bf60c
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
order_B.c
blob: 1787f1d1bfaeb667e631bc430ed233244db2d4df [
file
] [
log
] [
blame
]
extern
void
order_C
(
void
);
void
order_B
(
void
)
{
order_C
();
}