Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
enum_var.i
blob: c8626d80344361b37388f0cf241bd7cf67779f58 [
file
] [
log
] [
blame
]
%
module
enum_var
%
inline
%{
enum
Fruit
{
APPLE
,
PEAR
};
Fruit
test
;
%}