diff options
Diffstat (limited to 'Examples/test-suite/multi_import_c.i')
| -rw-r--r-- | Examples/test-suite/multi_import_c.i | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Examples/test-suite/multi_import_c.i b/Examples/test-suite/multi_import_c.i new file mode 100644 index 0000000..854e6b1 --- /dev/null +++ b/Examples/test-suite/multi_import_c.i @@ -0,0 +1,5 @@ +class XXX +{ +public: + int testx(); +}; |
