repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #4677 from mwichmann/issue/debug-memoizer
[scons.git]
/
test
/
ninja
/
ninja-fixture
/
test2.hpp
blob
f0583fc54790de35107416b5c6129f3b3a912280
1
#include <string>
2
#include <iostream>
3
4
class
Foo
5
{
6
public
:
7
int
print_function
();
8
int
print_function2
(){
return
0
;};
9
};