aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/beam_validator_SUITE_data/undef_label.S
blob: dd29066bf4840623f30a3c721a5cc0b134d483eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{module, undef_label}.  %% version = 0

{exports, []}.

{attributes, []}.

{labels, 7}.


{function, t, 1, 2}.
  {label,1}.
    {func_info,{atom,undef_label},{atom,t},1}.
  {label,2}.
    {test,is_eq_exact,{f,42},[{x,0},{atom,x}]}.
    {move,{atom,ok},{x,0}}.
    return.

{function, x, 1, 17}.
  {label,3}.
    {func_info,{atom,undef_label},{atom,x},1}.
  {label,4}.
    return.