summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw14862e.pp
blob: c5820ca2857caf9a41b72f7e2882c0062bda029d (plain)
1
2
3
4
5
6
7
8
9
10
{ %cpu=x86_64 }
{ %fail }

{$asmmode intel}

begin
  asm
    popad
  end;
end.