Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bd2d6c8f39d46d5f2f95e00a876ecee627d5ccc6
/
.
/
Tests
/
CustomTransitiveProperties
/
main10.c
blob: 369683c69be1883a2ef7d8d814bbe86bb56f621a [
file
]
extern
int
static10
(
void
);
extern
int
static11
(
void
);
int
main
(
void
)
{
return
static10
()
+
static11
();
}