Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
add64399c54859d26f9954fb06d616dbd00bffe7
/
.
/
Tests
/
Dependency
/
Case1
/
c2.c
blob: 317bb0f5f59324f59827f3836b9830f7c0e81029 [
file
] [
log
] [
blame
]
extern
int
b2
();
int
c2
()
{
return
b2
()
+
1
;
}