mirror of https://github.com/mono/CppSharp.git
12 changed files with 45 additions and 14 deletions
@ -1,3 +1,9 @@
@@ -1,3 +1,9 @@
|
||||
#include "../Tests.h" |
||||
|
||||
void DLL_API functionInAnotherUnit(); |
||||
|
||||
template <typename T> |
||||
class TemplateInAnotherUnit |
||||
{ |
||||
T field; |
||||
}; |
||||
|
||||
Loading…
Reference in new issue