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