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: fix bug where sharedforward would not work if there was a space in the path...
[cmake.git]
/
Tests
/
BundleGeneratorTest
/
Executable.cxx
blob
8107f783a81d12a0545f47d35c9d09adab66c70d
1
extern
void
print_message
(
const char
*
const
Message
);
2
3
int
main
(
int
argc
,
char
*
argv
[])
4
{
5
print_message
(
"Howdy, World!
\n
"
);
6
return
0
;
7
}
8