diff --git a/doc/value/examples/parametrizing/context-depth.c b/doc/value/examples/parametrizing/context-depth.c
index 4ced05618bc4c547a640b48684847a1fd76613f6..fa3271d3d7a4f8ff4596b485c14e19525a561dbf 100644
--- a/doc/value/examples/parametrizing/context-depth.c
+++ b/doc/value/examples/parametrizing/context-depth.c
@@ -1,4 +1,4 @@
-struct S { int v; struct S *next; };
+struct S { long v; struct S *next; };
 
 struct S s;