index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t4018
/
cpp-class-definition-derived
blob: 3b98cd09ab5dabe4b0d6277cc8a56cb84c7426ea (
plain
)
1
2
3
4
5
class RIGHT : public Baseclass { int ChangeMe; };