diff --git a/tests/CSharp/AnotherUnit.h b/tests/CSharp/AnotherUnit.h index c7c0ba15..32fa1e46 100644 --- a/tests/CSharp/AnotherUnit.h +++ b/tests/CSharp/AnotherUnit.h @@ -7,3 +7,7 @@ class TemplateInAnotherUnit { T field; }; + +class ForwardInOtherUnitButSameModule +{ +}; diff --git a/tests/CSharp/CSharp.h b/tests/CSharp/CSharp.h index 8e042754..5a260083 100644 --- a/tests/CSharp/CSharp.h +++ b/tests/CSharp/CSharp.h @@ -953,3 +953,5 @@ private: lowerCase i; lowerCase l; }; + +class ForwardInOtherUnitButSameModule;