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
Updated formatting of documentation plus a little reorganization.
[cmake.git]
/
Tests
/
ComplexOneConfig
/
Executable
/
A.h
blob
25c45fcbf8c9ebc376228dd56f2bc5e9893f76d7
1
// This header should not be compiled directly but through inclusion
2
// in A.cxx through A.hh.
3
extern
int
A
();
4
int
A
() {
return
10
; }