index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
ObjectLibrary
/
A
/
a2.c
blob: fbb0c02448e9a9ad0f25f00a8d4498142e2a41de (
plain
)
1
2
3
4
5
#include
"a.h"
int
a2
(
void
)
{
return
0
;
}