Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
05b446c2ed701a4eec588469378d02e59b336baa
/
.
/
Modules
/
CheckIPOSupported
/
main.c
blob: db0956cbe3b05b925183ca3bd47c78e9098991d8 [
file
]
int
foo
(
void
);
int
main
(
void
)
{
return
foo
();
}