Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
f2a4d7b2c364858778fc84d611a24655d2afd70c
/
.
/
Tests
/
RuntimePath
/
bar1.c
blob: 5dc5ec9f75bf429f8d4e7d2208922b470cb1d837 [
file
] [
log
] [
blame
]
extern
int
foo1
();
int
bar1
()
{
return
foo1
();
}