Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
CustomTransitiveProperties
/
main20.c
blob: 4b7dab591049be04b7f77f5efd53324aad5d3b47 [
file
] [
log
] [
blame
]
extern
int
static20
(
void
);
extern
int
static21
(
void
);
int
main
(
void
)
{
return
static20
()
+
static21
();
}