repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: use .exe on vms
[cmake.git]
/
Tests
/
VSExternalInclude
/
main.cpp
blob
ea1047cb645090f7d34a7436fc664fa671cb3b75
1
2
#include
"lib2.h"
3
4
int
main
(
int
argc
,
char
**
argv
)
5
{
6
int
num
=
add1_and_mult2
(
4
);
7
8
return
0
;
9
}