Sign in
fuchsia
/
third_party
/
swig
/
5cc90e6f5b321cae8e7290dc055d3e13543a2155
/
.
/
Examples
/
test-suite
/
multi_import_d.i
blob: bb9cf01375541984dfda5fb1f7cef28fa5bb1fdb [
file
] [
log
] [
blame
]
%
module
multi_import_d
%
constant
int
myval
=
1234
;
%{
#include
"multi_import.h"
%}
class
WWW
{
public
:
void
nullop
()
const
;
};