Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
PrecompileHeaders
/
foo.c
blob: a4710fdd6d7e315c96d709e1a7d598468ffceffe [
file
] [
log
] [
blame
] [
edit
]
#include
"foo.h"
#include
"foo2.h"
int
foo
(
void
)
{
return
0
;
}
int
foo2
(
void
)
{
return
0
;
}