Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6cca475bbf7cf8f3b03db3baaa772aa5b72e94de
/
.
/
Tests
/
RunCMake
/
Framework
/
FrameworkSystemIncludeTest.c
blob: 644a97889a86e864b9633431ca6eac527cc8a6de [
file
] [
log
] [
blame
]
#include
<Example/Example.h>
int
foo
(
void
);
int
foo
(
void
)
{
return
42
;
}