summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/bench/Test.ice
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Freeze/bench/Test.ice')
-rw-r--r--cpp/demo/Freeze/bench/Test.ice1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/demo/Freeze/bench/Test.ice b/cpp/demo/Freeze/bench/Test.ice
index 23d76da8ab1..25f92b5eaf3 100644
--- a/cpp/demo/Freeze/bench/Test.ice
+++ b/cpp/demo/Freeze/bench/Test.ice
@@ -18,6 +18,7 @@ struct Struct1
struct Struct2
{
string s;
+ Struct1 s1;
};
class Class1