about summary refs log tree commit diff stats
path: root/042name.cc
diff options
context:
space:
mode:
Diffstat (limited to '042name.cc')
-rw-r--r--042name.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/042name.cc b/042name.cc
index 5b9540a2..c6e049d4 100644
--- a/042name.cc
+++ b/042name.cc
@@ -224,9 +224,9 @@ $error: 0
 
 :(scenario transform_names_transforms_container_elements)
 def main [
-  p:address:point <- copy 0
-  a:num <- get *p:address:point, y:offset
-  b:num <- get *p:address:point, x:offset
+  p:&:point <- copy 0
+  a:num <- get *p:&:point, y:offset
+  b:num <- get *p:&:point, x:offset
 ]
 +name: element y of type point is at offset 1
 +name: element x of type point is at offset 0