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
/
Namespace-extern-C-members.cxx
blob: debf987c3306634efade23acef9e54978041bde4 (
plain
)
1
2
3
4
5
6
namespace
start
{
extern
"C"
{
typedef
int
Int
;
Int
function
(
Int
);
}
}