fpc/tests/tbf0175.pp
1999-02-02 14:32:10 +00:00

10 lines
117 B
ObjectPascal

{ this will just give out an error }
{$asmmode att}
{$R+}
var
w : word;
begin
asm
movl w,%ecx
end;
end.