Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
ruby_naming_bugs.i
blob: 6449addf17b1935c35511e7d40f794bffa0753e6 [
file
] [
log
] [
blame
]
%
module
ruby_naming_bugs
%
inline
%{
// Prior to SWIG 4.1.0 the "Cool_" here was overzealously removed while
// trying to remove a class name prefix.
struct
Cool
{
int
somethingCool_Fast
()
{
return
42
;
}
};
%}