summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/tbs/tb0551.pp
blob: aaffc6c38d9d67797cdb7f6ed21afb6d17ba7ffb (plain)
1
2
3
4
5
6
7
8
9
10
{ %cpu=x86_64 }
{ %norun }

{$asmmode intel}
begin
  asm
    dq 123456789101213
  end;
end.