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