diff --git a/test.cpp b/test.cpp index e8de3d777..bb82355af 100644 --- a/test.cpp +++ b/test.cpp @@ -36,6 +36,8 @@ void createNodes() { FloatRef smallFloat(0.2f); FloatRef bigFloat(3.4f); AdditionRef a(smallFloat, bigFloat); + ExpressionRef e = a; + ExpressionRef f = e; } void testPoolEmpties() {