about summary refs log tree commit diff stats
path: root/cpp/011load
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/011load')
-rw-r--r--cpp/011load6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/011load b/cpp/011load
index 4c019c1c..b7fa4a20 100644
--- a/cpp/011load
+++ b/cpp/011load
@@ -164,3 +164,9 @@ recipe main [
 +parse:   ingredient: {name: "4", type: 1}
 +parse:   product: {name: "1", type: 1}
 +parse:   product: {name: "2", type: 2-1}
+
+:(scenario parse_properties)
+recipe main [
+  1:integer:address/deref <- copy 23:literal
+]
++parse:   product: {name: "1", type: 1-2, property: deref:}
kkartik/mu/blame/continuation3.mu?h=hlt&id=850822ffbfd441d05161452be28b54f882b1b378'>^
5059f32d ^
a3195d44 ^
5059f32d ^
a3195d44 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34