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

{$asmmode intel}

begin
  asm
    pushad
  end;
end.