index
:
CastXML.git
master
Clone from: https://github.com/CastXML/CastXML.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
input
/
Class-friends.cxx
blob: 6659db29c3c8039dd084a449322eb354f473c235 (
plain
)
1
2
3
4
5
6
class
A
{};
void
f
(
void
);
class
start
{
friend class
A
;
friend
void
f
(
void
);
};