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: d8f225eb7a94a01c8b01b3cb93c999c71e78bdae (
plain
)
1
2
#include
"a.h"
int
a2
(
void
) {
return
0
; }