1{module, map_field_lists}.  %% version = 0
2
3{exports, [{x,1},{y,1}]}.
4
5{attributes, []}.
6
7{labels, 5}.
8
9
10{function, x, 1, 2}.
11  {label,1}.
12    {line,[{location,"map_field_lists.erl",4}]}.
13    {func_info,{atom,map_field_lists},{atom,x},1}.
14  {label,2}.
15    {test,is_map,{f,1},[{x,0}]}.
16    {test,has_map_fields,{f,1},{x,0},{list,[{atom,a},{atom,a}]}}.
17    {move,{atom,ok},{x,0}}.
18    return.
19
20
21{function, y, 1, 4}.
22  {label,3}.
23    {line,[{location,"map_field_lists.erl",7}]}.
24    {func_info,{atom,map_field_lists},{atom,y},1}.
25  {label,4}.
26    {test,is_map,{f,3},[{x,0}]}.
27    {test,has_map_fields,{f,3},{x,0},{list,[]}}.
28    {move,{atom,ok},{x,0}}.
29    return.
30