fpc/tests/tbf/tb0204.pp
Jonas Maebe f1f1f1c7cd + tests for wrong relsymbol usage
git-svn-id: trunk@9369 -
2007-12-01 14:27:45 +00:00

14 lines
139 B
ObjectPascal

{ %fail }
{ %cpu=i386 }
{ %opt=-Cg- }
var
a: longint;
begin
{$asmmode att}
asm
.LPIC:
movl a-.LPIC-.LPIC(%ecx),%eax
end;
end.