This website requires JavaScript.
Explore
Help
Sign In
XS-MLVP
/
swig
mirror of
https://github.com/swig/swig.git
Watch
0
Star
0
Fork
You've already forked swig
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
swig
/
Examples
/
test-suite
/
errors
/
cpp_extend_redefine.i
16 lines
134 B
OpenEdge ABL
Raw
Permalink
Blame
History
%
m
o
d
u
l
e
x
x
x
%
e
x
t
e
n
d
f
o
o
{
i
n
t
b
a
r
(
)
{
}
}
;
s
t
r
u
c
t
f
o
o
{
i
n
t
b
a
r
(
)
;
i
n
t
s
p
a
m
(
)
;
}
;
%
e
x
t
e
n
d
f
o
o
{
i
n
t
s
p
a
m
(
)
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink