summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw15672.pp
blob: ce3a42be190dd1b29ba5f8bb4bd177a0d607d3ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ %CPU=i386 }
{ %fail }

{$asmmode intel}
procedure test; assembler;
asm
     push  eax ebx
     pop   ebx eax
end;

begin
end.