blob: 0e5a02e747f013760c9efbe58e25317842676092 (
plain)
1
2
3
4
5
6
7
8
9
10
|
%import "multi_import_d.i"
// NB: this module is only imported, never compiled, so it's not necessary to
// include the header for testing purposes.
class XXX
{
public:
int testx();
};
|