evalExpr('sizeof(TestStruct1<const int>)') #OK evalExpr('sizeof(TestStruct1<TestStruct1<int>>)') #OK evalExpr('sizeof(TestStruct1<const TestStruct1<int>>>)') #raise exception