Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e7bcf5e3a3fdffd359ee7dc6947d592dc743bc3c
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
order_main.c
blob: eed245368b4eaad0b3e71d26d7d9fb8f02788062 [
file
]
extern
void
order_A
(
void
);
int
main
(
void
)
{
order_A
();
return
0
;
}