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