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
/
OperatorFunction-ms-dllexport.cxx
blob: 0d8ecd9d2126930cb28d0003bd082ad375aa37e8 (
plain
)
1
2
3
4
class
A
;
namespace
start
{
__declspec
(
dllexport
)
A
&
operator
<<(
A
&,
int
);
}