about summary refs log tree commit diff stats
path: root/global.mu
diff options
context:
space:
mode:
Diffstat (limited to 'global.mu')
-rw-r--r--global.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.mu b/global.mu
index b186fb8d..7e0c042f 100644
--- a/global.mu
+++ b/global.mu
@@ -2,7 +2,7 @@
 
 def main [
   # allocate 5 locations for globals
-  global-space:&:@:location <- new location:type, 5
+  global-space:space <- new location:type, 5
   # read to globals by using /space:global
   1:num/space:global <- copy 3
   foo