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

{$asmmode intel}

begin
  asm
    pusha
  end;
end.