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