Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
@ -7,3 +7,7 @@ class TemplateInAnotherUnit
{
T field;
};
class ForwardInOtherUnitButSameModule
@ -953,3 +953,5 @@ private:
lowerCase<int> i;
lowerCase<long> l;
class ForwardInOtherUnitButSameModule;