1weak weaksym
2weaksym:
3
4weaksym2:
5weak weaksym2
6
7global a
8type a function
9size a 500
10a:
11
12type b object
13b:
14global b
15
16type c function
17c:
18
19global d
20d:
21type d object
22
23e:
24global e
25type e object
26
27f:
28type f object
29
30g:
31global g
32
33h:
34