Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
ruby_rdata.i
blob: 06af06f3644553860d0795baa0b552eb102ecf41 [
file
] [
log
] [
blame
]
%
module
ruby_rdata
%{
class
C
{};
int
take_proc_or_cpp_obj_and_ret_1
(
VALUE obj
)
{
return
1
;
}
int
take_proc_or_cpp_obj_and_ret_1
(
C c
)
{
return
1
;
}
%}
class
C
{};
int
take_proc_or_cpp_obj_and_ret_1
(
VALUE
);
int
take_proc_or_cpp_obj_and_ret_1
(
C
);