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
/
Method-ms-dllimport.cxx
blob: aeae99673e1edcf49a49f15413d3c91c0efee6ad (
plain
)
1
2
3
4
class
start
{
__declspec
(
dllimport
)
int
method
(
int
);
};