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

{$asmmode intel}

begin
  asm
    pushaq
  end;
end.