summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbf/tb0204.pp
blob: 9045788d924b79a6efd2f9d4eda8646f294dd4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ %fail }
{ %cpu=i386 }
{ %opt=-Cg- }

var
  a: longint;
begin
  {$asmmode att}
  asm
.LPIC:
    movl a-.LPIC-.LPIC(%ecx),%eax
  end;
end.