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: set expected failure for tests
[cmake.git]
/
Tests
/
ComplexOneConfig
/
Executable
/
A.cxx
blob
0cc995af0d5a4710e75a4b3fb013d196ef49fcb8
1
// Include code from a header that should not be compiled separately.
2
#include
"A.hh"
3
4
int
main
()
5
{
6
return
A
();
7
}