Sign in
fuchsia
/
third_party
/
cmake
/
refs/heads/main
/
.
/
Modules
/
CheckIPOSupported
/
main.c
blob: db0956cbe3b05b925183ca3bd47c78e9098991d8 [
file
] [
log
] [
blame
] [
edit
]
int
foo
(
void
);
int
main
(
void
)
{
return
foo
();
}