Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6cca475bbf7cf8f3b03db3baaa772aa5b72e94de
/
.
/
Tests
/
RunCMake
/
PrecompileHeaders
/
foo.c
blob: eb88726f0796c4239255ac6d2ace1f86272a0bbc [
file
]
#include
"foo.h"
#include
"foo2.h"
int
foo
()
{
return
0
;
}
int
foo2
()
{
return
0
;
}