about summary refs log tree commit diff stats
path: root/030container.cc
diff options
context:
space:
mode:
Diffstat (limited to '030container.cc')
-rw-r--r--030container.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/030container.cc b/030container.cc
index 54a0df1f..a4aba7fa 100644
--- a/030container.cc
+++ b/030container.cc
@@ -334,8 +334,8 @@ container foo [
 recipe main [
   1:number <- copy 34
   2:number <- copy 35
-  3:number <- get 1:foo, x:offset
-  4:number <- get 1:foo, y:offset
+  3:number <- get 1:foo, 0:offset
+  4:number <- get 1:foo, 1:offset
 ]
 +mem: storing 34 in location 3
 +mem: storing 35 in location 4