Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
enum_plus.i
blob: 74cc7fa2789a00751ab86711a34816e71a57fcc4 [
file
] [
log
] [
blame
]
%
module
enum_plus
%
warnfilter
(
SWIGWARN_RUBY_WRONG_NAME
)
iFoo
;
/* Ruby, wrong constant name */
%
inline
%{
struct
iFoo
{
enum
{
Phoo
=
+
50
};
};
%}