Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RuntimePath
/
bar2.c
blob: 9035489b66718060e82d15341a39ae2e0c355fda [
file
] [
log
] [
blame
]
extern
int
foo2
();
int
bar2
()
{
return
foo2
();
}